]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/src/__init__.py
Added CanRead()
[wxWidgets.git] / utils / wxPython / src / __init__.py
CommitLineData
7bf85405
RD
1#----------------------------------------------------------------------------
2# Name: __init__.py
b8b8dda7
RD
3# Purpose: The presence of this file turns this directory into a
4# Python package.
7bf85405
RD
5#
6# Author: Robin Dunn
7#
8# Created: 8/8/98
9# RCS-ID: $Id$
10# Copyright: (c) 1998 by Total Control Software
11# Licence: wxWindows license
12#----------------------------------------------------------------------------
13
bb0054cd
RD
14# ensure the main extension module is loaded, in case the embedded modules
15# (such as utils,) are used standalone. This hack should go away soon.
16import wxc
b26e2dc4 17
7bf85405 18#----------------------------------------------------------------------------
bb0054cd 19