aboutsummaryrefslogtreecommitdiffstats
path: root/BibTeX.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-06-26 03:26:31 +0000
committerNick Mathewson <nickm@torproject.org>2007-06-26 03:26:31 +0000
commit4bb131fdace995de47b2d2f0de95cd2d8d5895f4 (patch)
tree6dd262236386fc6d086fa3c976a1794e745cee51 /BibTeX.py
parent407a3f18868aee083296281b8799ea3ff607275f (diff)
downloadanonbib-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BibTeX.py b/BibTeX.py
index 3c1cd51..a7a030a 100644
--- a/BibTeX.py
+++ b/BibTeX.py
@@ -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."""