diff --git a/scripts/wx_check.py b/scripts/wx_check.py index 57389845..2692f43a 100755 --- a/scripts/wx_check.py +++ b/scripts/wx_check.py @@ -8,7 +8,7 @@ like a typical big Python modules. A mix between a lot of different Python things. You can view a markup version of it here: -http://svn.wxwidgets.org/viewvc/wx/wxPython/trunk/src/gtk/_core.py?view=markup +https://github.com/wxWidgets/wxPython/blob/master/src/gtk/_core.py """ import resource @@ -34,7 +34,8 @@ def process_memory(): """ return resource.getrusage(resource.RUSAGE_SELF).ru_maxrss -uri = 'http://svn.wxwidgets.org/viewvc/wx/wxPython/trunk/src/gtk/_core.py?revision=74740&content-type=text%2Fplain&view=co' + +uri = 'https://raw.githubusercontent.com/wxWidgets/wxPython/master/src/gtk/_core.py' wx_core = urllib2.urlopen(uri).read()