diff options
Diffstat (limited to 'Tools')
-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 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() |