Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
| File utils.patch,
412 bytes
(added by jbinney, 3 years ago) |
|
|
-
|
old
|
new
|
|
| 21 | 21 | s = resp.read() |
| 22 | 22 | conn.close() |
| 23 | 23 | |
| 24 | | match = re.compile('<textarea name=q.*?>(.*?)</textarea>', |
| | 24 | match = re.compile('<textarea name=utrans.*?>(.*?)</textarea>', |
| 25 | 25 | re.DOTALL).search(s) |
| 26 | 26 | data = match.groups()[0] |
| 27 | 27 | return unicode(data, "utf-8").strip() |
Download in other formats: