##// END OF EJS Templates
largefiles: cleanup import, now that we can assume > 1.9 for bundled extension
Na'Tosha Bard -
r15226:2223ea21 default
parent child Browse files
Show More
@@ -14,14 +14,9 b' import shutil'
14 14 import stat
15 15 import hashlib
16 16
17 from mercurial import dirstate, httpconnection, match as match_, util
17 from mercurial import dirstate, httpconnection, match as match_, util, scmutil
18 18 from mercurial.i18n import _
19 19
20 try:
21 from mercurial import scmutil
22 except ImportError:
23 pass
24
25 20 shortname = '.hglf'
26 21 longname = 'largefiles'
27 22
General Comments 0
You need to be logged in to leave comments. Login now