]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed copy/paste error
authorRobin Dunn <robin@alldunn.com>
Wed, 27 Oct 2004 01:15:34 +0000 (01:15 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 27 Oct 2004 01:15:34 +0000 (01:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wxversion/wxversion.py

index 58206ebdd2977219bf0dcbe85d50c56ff9c05cd4..530105427cbea21ac84ab92397d63a8c17e71930 100644 (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)