]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/tests/test4s.py
Version 0.4 of wxPython for MSW.
[wxWidgets.git] / utils / wxPython / tests / test4s.py
diff --git a/utils/wxPython/tests/test4s.py b/utils/wxPython/tests/test4s.py
new file mode 100644 (file)
index 0000000..531fea7
--- /dev/null
@@ -0,0 +1,18 @@
+#!/bin/env python
+#----------------------------------------------------------------------------
+# Name:         test4s.py
+# Purpose:      Stub for test4.  Speeds startup time by using compiled version
+#               of test4.py.
+#
+# Author:       Robin Dunn
+#
+# Created:
+# RCS-ID:       $Id$
+# Copyright:    (c) 1998 by Total Control Software
+# Licence:      wxWindows license
+#----------------------------------------------------------------------------
+
+
+import test4
+
+test4.main()