diff options
Diffstat (limited to 'Tools/scripts/pydocgui.pyw')
-rw-r--r-- | Tools/scripts/pydocgui.pyw | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tools/scripts/pydocgui.pyw b/Tools/scripts/pydocgui.pyw new file mode 100644 index 0000000000..61a8b89f41 --- /dev/null +++ b/Tools/scripts/pydocgui.pyw @@ -0,0 +1,5 @@ +# 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 +pydoc.gui() |