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, 0 insertions, 7 deletions
diff --git a/Tools/pynche/pynche.pyw b/Tools/pynche/pynche.pyw
deleted file mode 100755
index 6dfc8fe..0000000
--- a/Tools/pynche/pynche.pyw
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /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()