Move wizard code out of dialog_main.py
[snf-image-creator] / image_creator / dialog_main.py
index 52b463f..230673c 100644 (file)
@@ -48,6 +48,7 @@ from image_creator.disk import Disk
 from image_creator.os_type import os_cls
 from image_creator.kamaki_wrapper import Kamaki, ClientError
 from image_creator.help import get_help_file
+from image_creator.dialog_wizard import wizard
 
 MSGBOX_WIDTH = 60
 YESNO_WIDTH = 50
@@ -798,10 +799,6 @@ def select_file(d, media):
     return media
 
 
-def wizard(session):
-    pass
-
-
 def image_creator(d):
 
     usage = "Usage: %prog [options] [<input_media>]"