]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/restore.py
Remove unnecessary imports.
[wizard.git] / wizard / command / restore.py
index 5b6dfcce23b25c9d71d0181c284eb1e60dfc01d4..060ab7860ac862ed21647bb2e0394e95e274cbe6 100644 (file)
@@ -1,10 +1,8 @@
 import logging
 import os
-import optparse
 import sys
-import distutils.version
 
-from wizard import command, deploy, git, shell, util
+from wizard import command, deploy, shell
 
 def main(argv, baton):
     options, args = parse_args(argv, baton)