diff scripts/suspended.py @ 186:f15c4f7c24e6

Windows builder (works under Wine).
author Simon Cross <simon@simonx>
date Wed, 25 Aug 2010 16:24:55 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/scripts/suspended.py	Wed Aug 25 16:24:55 2010 +0200
@@ -0,0 +1,6 @@
+#! /usr/bin/env python
+# testconsole.py
+# Copyright Boomslang team, 2010 (see COPYING File)
+
+from gamelib import main
+main.main()