]>
Commit | Line | Data |
---|---|---|
9c039d08 RD |
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() |