diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-07-16 13:30:27 -0500 |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-07-16 13:30:27 -0500 |
commit | 51af1deb32cf0d0559a27b5d784388c638f05072 (patch) | |
tree | 69ec69ce7d4fa78a60f75e7385281d65cf4475f5 /Tools/scripts | |
parent | c3fcf4b3607728c85d10b3e6fd683290a862ebee (diff) | |
parent | 52b2bc03693d663fe1d1bdf974c23800232213dd (diff) | |
download | cpython-git-51af1deb32cf0d0559a27b5d784388c638f05072.tar.gz |
Merge removal of Tools/scripts/pydocgui.pyw
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-x | Tools/scripts/pydocgui.pyw | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/scripts/pydocgui.pyw b/Tools/scripts/pydocgui.pyw deleted file mode 100755 index 8e9a3d682e..0000000000 --- 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() |