blob: 8e9a3d682ed01a704f07466cf148e297c669f948 [file] [log] [blame]
Tim Peters45e5e722001-08-05 05:43:20 +00001# 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
Andrew M. Kuchlinge236b382004-08-09 17:27:55 +00005
6if __name__ == '__main__':
7 pydoc.gui()