]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/t/thelpers.py
Don't import * from helpers
[bup.git] / lib / bup / t / thelpers.py
index ee8df5103e6238c71f11832ca2fec3fd47ee19bf..865ad5d8a27bdfe31751ff249fac39096a85c22d 100644 (file)
@@ -4,10 +4,17 @@ import os
 import os.path
 import tempfile
 import stat
+import subprocess
+
+from bup.helpers import (atomically_replaced_file, batchpipe, detect_fakeroot,
+                         grafted_path_components, mkdirp, parse_num,
+                         path_components, readpipe, stripped_path_components,
+                         utc_offset_str)
 import bup._helpers as _helpers
-from bup.helpers import *
+
 from wvtest import *
 
+
 bup_tmp = os.path.realpath('../../../t/tmp')
 mkdirp(bup_tmp)