summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/test/twin.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Lib/test/twin.py')
-rw-r--r--Mac/Lib/test/twin.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/Mac/Lib/test/twin.py b/Mac/Lib/test/twin.py
deleted file mode 100644
index 0904d32..0000000
--- a/Mac/Lib/test/twin.py
+++ /dev/null
@@ -1,9 +0,0 @@
-# Test Win module
-
-from Win import *
-
-r = (40, 40, 400, 300)
-w = NewWindow(r, "Hello world", 1, 0, -1, 1, 0x55555555)
-w.DrawGrowIcon()
-import time
-time.sleep(10)