Beispiel #1
0
def exit(save_state=True):
    """Attempts to tidy up the graphics, and then save the app state.
    Finally it calls sys.exit(), since sys is already imported
    """
    try:
        graphics.exit()
    except:
        pass
    if save_state:
        gs.save_state()
    sys.exit()
def exit():
    graphics.exit()
Beispiel #3
0
def exit():
    """Attempts to tidy up the graphics.
    Finally it calls sys.exit(), since sys is already imported
    """
    graphics.exit()
    sys.exit()
Beispiel #4
0
def exit():
    graphics.exit()
    print 'Come back soon!'
Beispiel #5
0
def exit():
    """Attempts to tidy up the graphics.
    Finally it calls sys.exit(), since sys is already imported
    """
    graphics.exit()
    sys.exit()
Beispiel #6
0
def exit():
    graphics.exit()
    print 'Come back soon!'
def exit():
    graphics.exit()