]> arthur.barton.de Git - bup.git/blobdiff - cmd/server-cmd.py
Don't import * from helpers
[bup.git] / cmd / server-cmd.py
index 520ea649585ab63d3318fd86fd290848c4072e41..0de6694f5f58d375cabcdc0f2a1d0a399a100aec 100755 (executable)
@@ -4,9 +4,12 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
 import os, sys, struct
+
 from bup import options, git
-from bup.helpers import *
+from bup.helpers import Conn, debug1, debug2, linereader, log
+
 
 suspended_w = None
 dumb_server_mode = False