commit aaac62892d44aed71824ba75705c03b4033ec98a parent 423aa33aa864aafe88c20da83b37e90cf2c6f95c Author: Nick Mathewson <nickm@torproject.org> Date: Fri, 23 May 2003 03:04:37 +0000 fix the fix svn:r35 Diffstat:
| M | BibTeX.py | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/BibTeX.py b/BibTeX.py @@ -594,8 +594,6 @@ class ParsedAuthor: def getHomepage(self): s = htmlize(str(self)) - if s.startswith("Bodo"): - print s for pat, url in config.AUTHOR_RE_LIST: if pat.search(s): return url