]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/tests/test4s.py
Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a
[wxWidgets.git] / utils / wxPython / tests / test4s.py
CommitLineData
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
16import test4
17
18test4.main()