fixed copy/paste error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -137,7 +137,7 @@ def selectNewest(minVersion):
|
|||||||
|
|
||||||
# ensure that wxPython hasn't been imported yet.
|
# ensure that wxPython hasn't been imported yet.
|
||||||
if sys.modules.has_key('wx') or sys.modules.has_key('wxPython'):
|
if sys.modules.has_key('wx') or sys.modules.has_key('wxPython'):
|
||||||
raise VersionError("wxversion.select() must be called before wxPython is imported")
|
raise VersionError("wxversion.selectNewest() must be called before wxPython is imported")
|
||||||
|
|
||||||
bestMatch = None
|
bestMatch = None
|
||||||
installed = _find_installed(True)
|
installed = _find_installed(True)
|
||||||
|
Reference in New Issue
Block a user