This commit is contained in:
GitHub Merge Button 2012-05-15 11:01:16 -07:00
commit e583059833

View file

@ -4259,7 +4259,7 @@ def updateSelf(downloader, filename):
try: try:
try: try:
urlh = urllib.urlopen(UPDATE_URL) urlh = urllib2.urlopen(UPDATE_URL)
newcontent = urlh.read() newcontent = urlh.read()
vmatch = re.search("__version__ = '([^']+)'", newcontent) vmatch = re.search("__version__ = '([^']+)'", newcontent)