# HG changeset patch # User Na'Tosha Bard # Date 1318334484 -7200 # Node ID 2223ea21c98f2a75be2363ad552342f55a44833a # Parent b450a4d427ef4c6fe53be6141fbd23e5515079b4 largefiles: cleanup import, now that we can assume > 1.9 for bundled extension diff -r b450a4d427ef -r 2223ea21c98f hgext/largefiles/lfutil.py --- 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'