]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/prepare_config.py
Remove unnecessary imports.
[wizard.git] / wizard / command / prepare_config.py
index 9270f8bd2722d47b751e6871ad61574998e7ed09..9c08b0dadf7e6f22298de5156d343ff66e3490e2 100644 (file)
@@ -1,11 +1,6 @@
-import os
-import shutil
-import logging
-import errno
 import sys
 
-import wizard
-from wizard import command, deploy, shell, util
+from wizard import command, deploy, shell
 
 def main(argv, baton):
     options, args = parse_args(argv, baton)