]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/tests/test4s.py
updated. Lots of new useless features. Internet-enabled, as they say...
[wxWidgets.git] / utils / wxPython / tests / test4s.py
1 #!/bin/env python
2 #----------------------------------------------------------------------------
3 # Name: test4s.py
4 # Purpose: Stub for test4. Speeds startup time by using compiled version
5 # of test4.py.
6 #
7 # Author: Robin Dunn
8 #
9 # Created:
10 # RCS-ID: $Id$
11 # Copyright: (c) 1998 by Total Control Software
12 # Licence: wxWindows license
13 #----------------------------------------------------------------------------
14
15
16 import test4
17
18 test4.main()