X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb0054cda81e7a6a6e1f33f4b47e46f529110f14..a24282a442cfbce330a52bf07016312932877c06:/utils/wxPython/src/__init__.py diff --git a/utils/wxPython/src/__init__.py b/utils/wxPython/src/__init__.py index a1361d24c6..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 embedded 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__ #----------------------------------------------------------------------------