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:
Robin Dunn 2004-10-27 01:15:34 +00:00
parent 0dece789bc
commit 14b0f0d506

View File

@ -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)