X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1afc06c2d8c945535175bf32e427aac0bbb704de..21422dd796b2895e12fb2df4f3353d6cc9004d15:/utils/wxPython/src/__init__.py?ds=sidebyside 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__ #----------------------------------------------------------------------------