]> arthur.barton.de Git - bup.git/blobdiff - cmd/memtest-cmd.py
Don't import * from helpers
[bup.git] / cmd / memtest-cmd.py
index 245bfc99fb89ff4ecb95c0932032a537ceba8c63..c4c531e22928c5c95cf03f6d75adaa3a7edd1c96 100755 (executable)
@@ -4,12 +4,16 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
 import sys, re, struct, time, resource
+
 from bup import git, bloom, midx, options, _helpers
-from bup.helpers import *
+from bup.helpers import handle_ctrl_c
+
 
 handle_ctrl_c()
 
+
 _linux_warned = 0
 def linux_memstat():
     global _linux_warned