Revision 09ed3d46 image_creator/dialog_main.py

b/image_creator/dialog_main.py
48 48
from image_creator.os_type import os_cls
49 49
from image_creator.kamaki_wrapper import Kamaki, ClientError
50 50
from image_creator.help import get_help_file
51
from image_creator.dialog_wizard import wizard
51 52

  
52 53
MSGBOX_WIDTH = 60
53 54
YESNO_WIDTH = 50
......
798 799
    return media
799 800

  
800 801

  
801
def wizard(session):
802
    pass
803

  
804

  
805 802
def image_creator(d):
806 803

  
807 804
    usage = "Usage: %prog [options] [<input_media>]"

Also available in: Unified diff