diff options
| author | Nick Mathewson <nickm@torproject.org> | 2007-06-26 03:26:31 +0000 |
|---|---|---|
| committer | Nick Mathewson <nickm@torproject.org> | 2007-06-26 03:26:31 +0000 |
| commit | 4bb131fdace995de47b2d2f0de95cd2d8d5895f4 (patch) | |
| tree | 6dd262236386fc6d086fa3c976a1794e745cee51 /BibTeX.py | |
| parent | 407a3f18868aee083296281b8799ea3ff607275f (diff) | |
| download | anonbib-4bb131fdace995de47b2d2f0de95cd2d8d5895f4.tar.gz | |
r13506@Kushana: nickm | 2007-06-25 18:10:39 -0400
Clean up last commit; make reconcile.py work again.
svn:r216
Diffstat (limited to 'BibTeX.py')
| -rw-r--r-- | BibTeX.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ MONTHS = [ None, WWW_FIELDS = [ 'www_section', 'www_important', 'www_remarks', 'www_abstract_url', 'www_html_url', 'www_pdf_url', 'www_ps_url', 'www_txt_url', 'www_ps_gz_url', 'www_amazon_url', - 'www_excerpt_url', 'www_cache_section', 'www_tags'] ] + 'www_excerpt_url', 'www_cache_section', 'www_tags' ] def url_untranslate(s): """Change a BibTeX key into a string suitable for use in a URL.""" |
