Remove Tools/scripts/pydocgui.pyw.

pydoc.gui was removed over 3 years ago (#10818), this script has been
utterly bereft of worth since then.
This commit is contained in:
Zachary Ware 2014-07-16 13:24:55 -05:00
parent accef5ce36
commit 52b2bc0369
1 changed files with 0 additions and 7 deletions

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()