]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/lib/sizers/__init__.py
Created and wrapped wxPyControlPoint
[wxWidgets.git] / utils / wxPython / lib / sizers / __init__.py
CommitLineData
bb0054cd
RD
1#----------------------------------------------------------------------------
2# Name: __init__.py
3# Purpose: The presence of this file turns this directory into a
4# Python package.
5#
6# Author: Robin Dunn
7#
8# Created: 18-May-1999
9# RCS-ID: $Id$
10# Copyright: (c) 1998 by Total Control Software
11# Licence: wxWindows license
12#----------------------------------------------------------------------------
13
14from sizer import *
15from box import *
16from border import *
17
18#----------------------------------------------------------------------------