]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/t/__init__.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / t / __init__.py
index 172f0405b1c6b25fc44acc7254be70e67b3807fb..580ba1927461d9435634c0aa3b03fbbfa6cf2e6a 100644 (file)
@@ -1,2 +1,5 @@
+
+from __future__ import absolute_import
 import sys
+
 sys.path[:0] = ['../..']