# HG changeset patch # User Na'Tosha Bard # Date 2011-10-11 12:01:24 # Node ID 2223ea21c98f2a75be2363ad552342f55a44833a # Parent b450a4d427ef4c6fe53be6141fbd23e5515079b4 largefiles: cleanup import, now that we can assume > 1.9 for bundled extension diff --git a/hgext/largefiles/lfutil.py b/hgext/largefiles/lfutil.py --- a/hgext/largefiles/lfutil.py +++ b/hgext/largefiles/lfutil.py @@ -14,14 +14,9 @@ import shutil 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'