##// END OF EJS Templates
convert: delete unused imports in git.py...
Martin von Zweigbergk -
r28671:96ed01f6 default
parent child Browse files
Show More
@@ -7,12 +7,10 b''
7 from __future__ import absolute_import
7 from __future__ import absolute_import
8
8
9 import os
9 import os
10 import subprocess
11 from mercurial import (
10 from mercurial import (
12 config,
11 config,
13 error,
12 error,
14 node as nodemod,
13 node as nodemod,
15 util,
16 )
14 )
17 from mercurial.i18n import _
15 from mercurial.i18n import _
18
16
General Comments 0
You need to be logged in to leave comments. Login now