]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/client.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / client.py
index 7b786eb0dc1aa0d0885842c9655c65c20a4ddedc..8c364d19b401ddfa5368716f7c3d722f7c0a0bed 100644 (file)
@@ -1,4 +1,5 @@
 
+from __future__ import absolute_import
 import errno, os, re, struct, sys, time, zlib
 
 from bup import git, ssh