X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1c74ca98b236925f24e40ff1920dcd2a299b0c9..9c039d08bfbb59c0abcbc705fb49f9b2cb321edf:/utils/wxPython/tests/test4s.py diff --git a/utils/wxPython/tests/test4s.py b/utils/wxPython/tests/test4s.py new file mode 100644 index 0000000000..531fea7030 --- /dev/null +++ b/utils/wxPython/tests/test4s.py @@ -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()