]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/mass_migrate.py
Implement Wordpress installer for 2.0.2 w/ sqlalchemy.
[wizard.git] / wizard / command / mass_migrate.py
index 95d975eb3ee7ed5a8a6ceff77cf13016e358ee44..036bed4f39526048fe2f37c3a8473b3fa1e944aa 100644 (file)
@@ -1,15 +1,9 @@
-import optparse
 import logging
 import os
 import os.path
-import pwd
-import hashlib
-import errno
-import time
 import itertools
 
-import wizard
-from wizard import deploy, util, shell, sset, command
+from wizard import deploy, shell, sset, command
 
 def main(argv, baton):
     options, args = parse_args(argv, baton)