From: Robin Dunn Date: Wed, 27 Oct 2004 01:15:34 +0000 (+0000) Subject: fixed copy/paste error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/14b0f0d5066f2fe05201be98c1d563c9bd83280d fixed copy/paste error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/wxversion/wxversion.py b/wxPython/wxversion/wxversion.py index 58206ebdd2..530105427c 100644 --- a/wxPython/wxversion/wxversion.py +++ b/wxPython/wxversion/wxversion.py @@ -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)