440
441
class UbuntuSSOWizardController(object):
441
442
"""Controller used for the overall wizard."""
444
444
def __init__(self, app_name='', login_success_callback=NO_OP,
445
445
registration_success_callback=NO_OP,
446
446
user_cancellation_callback=NO_OP):
447
447
"""Create a new instance."""
453
453
def on_user_cancelation(self, view):
454
454
"""Process the cancel action."""