gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

commit 26a6038d3b6336f7deafd79a01ef3a3fa35779fb
parent aacc8ec2e9509a256217d1c7a0fed1dbf261fc2b
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  2 Jul 2007 19:28:45 +0000

 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:
MBibTeX.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)