bebraw
1/14/2010 - 1:48 PM

quit.py

class Quit:
    aliases = ('quit', 'quit()', )
    description = 'Quits the application'

    def execute(self):
        raise SystemExit