mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user