]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/__init__.py
Added wxStringBufferLength: works like wxStringBuffer, except
[wxWidgets.git] / wxPython / src / __init__.py
index 888f664d07aedcb604f7c85b7de98026cc91a430..721ee6cb2bd6fc4f6c0dde3c892f26332e3ceee0 100644 (file)
 #----------------------------------------------------------------------------
 
 import __version__
-__version__ = __version__.ver
+__version__ = __version__.wxVERSION_STRING
 
 
 # Ensure the main extension module is loaded, in case the add-on modules
 # (such as utils,) are used standalone.
 import wxc
-wxc.__version__ = __version__
 
 #----------------------------------------------------------------------------