#!/usr/bin/env python """emano - exit.py""" import sys def exit(editor): sys.exit(0) if __name__=="__main__": print __doc__