changeset 15226 | 2223ea21c98f |
parent 15224 | 7c604d8c7e83 |
child 15227 | a7686abf73a6 |
--- a/hgext/largefiles/lfutil.py Tue Oct 11 13:15:29 2011 +0200 +++ b/hgext/largefiles/lfutil.py Tue Oct 11 14:01:24 2011 +0200 @@ -14,14 +14,9 @@ import stat import hashlib -from mercurial import dirstate, httpconnection, match as match_, util +from mercurial import dirstate, httpconnection, match as match_, util, scmutil from mercurial.i18n import _ -try: - from mercurial import scmutil -except ImportError: - pass - shortname = '.hglf' longname = 'largefiles'