Version 0.4 of wxPython for MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
18
utils/wxPython/tests/test4s.py
Normal file
18
utils/wxPython/tests/test4s.py
Normal file
@@ -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()
|
Reference in New Issue
Block a user