Esempio n. 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()
Esempio n. 3
0
def exit():
    """Attempts to tidy up the graphics.
    Finally it calls sys.exit(), since sys is already imported
    """
    graphics.exit()
    sys.exit()
Esempio n. 4
0
def exit():
    graphics.exit()
    print 'Come back soon!'
Esempio n. 5
0
def exit():
    """Attempts to tidy up the graphics.
    Finally it calls sys.exit(), since sys is already imported
    """
    graphics.exit()
    sys.exit()
Esempio n. 6
0
def exit():
    graphics.exit()
    print 'Come back soon!'
Esempio n. 7
0
def exit():
    graphics.exit()