summaryrefslogtreecommitdiffstats
path: root/Tools/idle/idle.pyw
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/idle/idle.pyw')
-rw-r--r--Tools/idle/idle.pyw3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/idle/idle.pyw b/Tools/idle/idle.pyw
new file mode 100644
index 0000000..3c06e05
--- /dev/null
+++ b/Tools/idle/idle.pyw
@@ -0,0 +1,3 @@
+#! /usr/bin/env python
+import PyShell
+PyShell.main()