Import __version__ differently so WingIDE's source analysis works again.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2012-05-10 22:39:29 +00:00
parent 342459580d
commit 470cc7cea8

View File

@@ -7,7 +7,10 @@
# License: wxWindows License
#---------------------------------------------------------------------------
from core import __version__
# Load the main version string into the package namespace
import __version__
__version__ = __version__.VERSION_STRING
# Import all items from the core wxPython modules so they appear in the wx
# package namespace.