source: python/trunk/Tools/scripts/pydocgui.pyw@ 20

Last change on this file since 20 was 2, checked in by Yuri Dario, 15 years ago

Initial import for vendor code.

  • Property svn:eol-style set to native
File size: 215 bytes
Line 
1# Note: this file must not be named pydoc.pyw, lest it just end up
2# importing itself (Python began allowing import of .pyw files
3# between 2.2a1 and 2.2a2).
4import pydoc
5
6if __name__ == '__main__':
7 pydoc.gui()
Note: See TracBrowser for help on using the repository browser.