X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1afc06c2d8c945535175bf32e427aac0bbb704de..3af4e610b182d2aeb504bdeeef8b44cb1279f28e:/utils/wxPython/src/__init__.py diff --git a/utils/wxPython/src/__init__.py b/utils/wxPython/src/__init__.py index 1c352fa5ed..888f664d07 100644 --- a/utils/wxPython/src/__init__.py +++ b/utils/wxPython/src/__init__.py @@ -11,9 +11,14 @@ # 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__ #----------------------------------------------------------------------------