diff options
| author | Nick Mathewson <nickm@torproject.org> | 2003-05-21 18:07:54 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2003-05-21 18:07:54 +0000 |
| commit | cf63ed4edebe9803a982255d4b440d18d4ee3f54 (patch) | |
| tree | 87568e5136c125d61ced6380eead76d7d931c70f /config.py | |
| parent | 44d0814d0952005a2f265e9ab2862739e1ee2111 (diff) | |
| download | anonbib-cf63ed4edebe9803a982255d4b440d18d4ee3f54.tar.gz | |
Note that we use python2.2; bail cleanly if we dont have it
svn:r23
Diffstat (limited to 'config.py')
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,5 +53,5 @@ OMIT_ENTRIES = ("proceedings", "journal") ### Don't edit below this line AUTHOR_RE_LIST = [ - (re.compile(k, re.I), v,) for k, v in AUTHOR_URLS.iteritems() + (re.compile(k, re.I), v,) for k, v in AUTHOR_URLS.items() ] |
