]> scripts.mit.edu Git - wizard.git/commitdiff
Remove spurious app import.
authorEdward Z. Yang <ezyang@mit.edu>
Sat, 17 Oct 2009 03:31:03 +0000 (23:31 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sat, 17 Oct 2009 03:31:03 +0000 (23:31 -0400)
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
wizard/app/__init__.py

index b4ffe47c6fe9fbc8a66d898c03c4db21e4d05884..74d99bd6ccb3fc5b45c9c3292127875161f1316c 100644 (file)
@@ -24,7 +24,7 @@ import logging
 import shutil
 
 import wizard
-from wizard import app, resolve, scripts, shell, util
+from wizard import resolve, scripts, shell, util
 
 _application_list = [
     "mediawiki", "wordpress", "joomla", "e107", "gallery2",