Merge removal of Tools/scripts/pydocgui.pyw

This commit is contained in:
Zachary Ware 2014-07-16 13:30:27 -05:00
commit 51af1deb32

View file

@ -1,7 +0,0 @@
# 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()