Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 7d019c3fa8ef5efb6bc5e1b85b90d5c2 > files > 1

wxpython2.6-2.6.3.3-2mdv2008.0.src.rpm

--- wxPython-src-2.6.3.3/wxPython/src/gtk/_core.py~	2006-07-15 23:22:58.000000000 +0200
+++ wxPython-src-2.6.3.3/wxPython/src/gtk/_core.py	2007-08-27 11:24:58.000000000 +0200
@@ -13423,9 +13423,6 @@ __version__ = VERSION_STRING
 
 assert MAJOR_VERSION == _core_.MAJOR_VERSION, "wxPython/wxWidgets version mismatch"
 assert MINOR_VERSION == _core_.MINOR_VERSION, "wxPython/wxWidgets version mismatch"
-if RELEASE_VERSION != _core_.RELEASE_VERSION:
-    import warnings
-    warnings.warn("wxPython/wxWidgets release number mismatch")
 
 #----------------------------------------------------------------------------