source: vendor/python/2.5/Tools/scripts/pydoc@ 3225

Last change on this file since 3225 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 79 bytes
Line 
1#!/usr/bin/env python
2
3import pydoc
4if __name__ == '__main__':
5 pydoc.cli()
Note: See TracBrowser for help on using the repository browser.