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:
parent
0dece789bc
commit
14b0f0d506
@ -137,7 +137,7 @@ def selectNewest(minVersion):
|
||||
|
||||
# ensure that wxPython hasn't been imported yet.
|
||||
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
|
||||
installed = _find_installed(True)
|
||||
|
Loading…
Reference in New Issue
Block a user