summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-07-16 18:30:27 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-07-16 18:30:27 (GMT)
commit51af1deb32cf0d0559a27b5d784388c638f05072 (patch)
tree69ec69ce7d4fa78a60f75e7385281d65cf4475f5 /Tools
parentc3fcf4b3607728c85d10b3e6fd683290a862ebee (diff)
parent52b2bc03693d663fe1d1bdf974c23800232213dd (diff)
downloadcpython-51af1deb32cf0d0559a27b5d784388c638f05072.zip
cpython-51af1deb32cf0d0559a27b5d784388c638f05072.tar.gz
cpython-51af1deb32cf0d0559a27b5d784388c638f05072.tar.bz2
Merge removal of Tools/scripts/pydocgui.pyw
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/pydocgui.pyw7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/scripts/pydocgui.pyw b/Tools/scripts/pydocgui.pyw
deleted file mode 100755
index 8e9a3d6..0000000
--- a/Tools/scripts/pydocgui.pyw
+++ /dev/null
@@ -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()