]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/__init__.py
Added event class constructors
[wxWidgets.git] / utils / wxPython / src / __init__.py
index 1c352fa5ede0694d99fed8e7f8c586e0319c0c62..888f664d07aedcb604f7c85b7de98026cc91a430 100644 (file)
 # Licence:      wxWindows license
 #----------------------------------------------------------------------------
 
-# ensure the main extension module is loaded, in case the add-on modules
-# (such as utils,) are used standalone.  This hack should go away soon.
+import __version__
+__version__ = __version__.ver
+
+
+# Ensure the main extension module is loaded, in case the add-on modules
+# (such as utils,) are used standalone.
 import wxc
+wxc.__version__ = __version__
 
 #----------------------------------------------------------------------------