aboutsummaryrefslogtreecommitdiffstats
path: root/BibTeX.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-07-02 19:28:45 +0000
committerNick Mathewson <nickm@torproject.org>2007-07-02 19:28:45 +0000
commit8dcc422474a8c1ddb6d3d4746b0c263e7b0fca63 (patch)
tree56643f5ba8c9b10ae1a3d4feedbea740afdf168d /BibTeX.py
parent7a3c40e2797c1dfdf75ebea6b9f98d8b3b367b3e (diff)
downloadanonbib-8dcc422474a8c1ddb6d3d4746b0c263e7b0fca63.tar.gz
r13590@catbus: nickm | 2007-07-02 15:28:31 -0400
Stop talking about all the authors that are the same as one another. svn:r229
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 6e748a0..beb8b1c 100644
--- a/BibTeX.py
+++ b/BibTeX.py
@@ -133,7 +133,7 @@ def buildAuthorTable(entries):
c = c.collapsesTo(a)
result[author] = c
- if 1:
+ if 0:
for a,c in result.items():
if a != c:
print "Collapsing authors: %s => %s" % (a,c)