]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/t/tgit.py
Don't import * from helpers
[bup.git] / lib / bup / t / tgit.py
index c57e8cd75e4b866bbe1c0fe5ed384f10c9f8c389..8665e8011c1a69f9912e8bdea7e70ef35988c739 100644 (file)
@@ -1,7 +1,9 @@
-import struct, os, tempfile, time
 from subprocess import check_call
+import struct, os, subprocess, tempfile, time
+
 from bup import git
-from bup.helpers import *
+from bup.helpers import log, mkdirp, readpipe
+
 from wvtest import *