]>
git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/src/__init__.py
1 #----------------------------------------------------------------------------
3 # Purpose: The presence of this file turns this directory into a
10 # Copyright: (c) 1998 by Total Control Software
11 # Licence: wxWindows license
12 #----------------------------------------------------------------------------
15 __version__
= __version__
.ver
18 # Ensure the main extension module is loaded, in case the add-on modules
19 # (such as utils,) are used standalone.
21 wxc
.__version
__ = __version__
23 #----------------------------------------------------------------------------