]> arthur.barton.de Git - bup.git/blobdiff - t/mksock
test-restore-map-owner: accommodate python 3 and test there
[bup.git] / t / mksock
index 6fb19d8c3fad4bdaa19e78bec4aae362167156c9..3a580db3350fb385b3b5976f307ee88714d4cdf4 100755 (executable)
--- a/t/mksock
+++ b/t/mksock
@@ -5,6 +5,8 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
+from __future__ import absolute_import
+
 import socket, sys
 
 s = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM, 0)