]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/path.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / path.py
index 820c78b8eb4c73745c010e6088567e9599acd10a..9b9445eb65ada6260b4f1723944c936113fa1088 100644 (file)
@@ -1,6 +1,8 @@
 """This is a separate module so we can cleanly getcwd() before anyone
    does chdir().
 """
+
+from __future__ import absolute_import
 import sys, os
 
 startdir = os.getcwd()