Commit 51af1deb authored by Zachary Ware's avatar Zachary Ware

Merge removal of Tools/scripts/pydocgui.pyw

parents c3fcf4b3 52b2bc03
# Note: this file must not be named pydoc.pyw, lest it just end up
# importing itself (Python began allowing import of .pyw files
# between 2.2a1 and 2.2a2).
import pydoc
if __name__ == '__main__':
pydoc.gui()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment