Current File : //bin/pydoc-2.6
#!/usr/bin/python2.6

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