##// 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 7 from __future__ import absolute_import
8 8
9 9 import os
10 import subprocess
11 10 from mercurial import (
12 11 config,
13 12 error,
14 13 node as nodemod,
15 util,
16 14 )
17 15 from mercurial.i18n import _
18 16
General Comments 0
You need to be logged in to leave comments. Login now