#!/Users/Shared/mgltools/MakeInstallers/python2.5/bin/python

import pydoc
if __name__ == '__main__':
    pydoc.cli()
