Skip to content

Commit

Permalink
Upgrade the wx widgets paths
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Mar 18, 2018
1 parent 5c06d98 commit 305fd66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/wx_check.py
Expand Up @@ -8,7 +8,7 @@
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
Expand All @@ -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()

Expand Down

0 comments on commit 305fd66

Please sign in to comment.