hgext/largefiles/basestore.py
changeset 29307 67999697221a
parent 29305 814076f4ace3
child 30142 3dcaf1c4e90d
--- a/hgext/largefiles/basestore.py	Fri May 06 14:28:32 2016 +0200
+++ b/hgext/largefiles/basestore.py	Fri May 06 14:30:23 2016 +0200
@@ -7,11 +7,13 @@
 # GNU General Public License version 2 or any later version.
 
 '''base class for store implementations and store-related utility code'''
+from __future__ import absolute_import
 
-from mercurial import util, node
 from mercurial.i18n import _
 
-import lfutil
+from mercurial import node, util
+
+from . import lfutil
 
 class StoreError(Exception):
     '''Raised when there is a problem getting files from or putting