summaryrefslogtreecommitdiffstats
path: root/Tools/pynche/pynche.pyw
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/pynche/pynche.pyw')
-rwxr-xr-xTools/pynche/pynche.pyw7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tools/pynche/pynche.pyw b/Tools/pynche/pynche.pyw
new file mode 100755
index 0000000..6dfc8fe
--- /dev/null
+++ b/Tools/pynche/pynche.pyw
@@ -0,0 +1,7 @@
+#! /usr/bin/env python
+
+"""Run this file under Windows to inhibit the console window.
+Run the file pynche.py under Unix or when debugging under Windows.
+"""
+import Main
+Main.main()