gnunetbib

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

commit 3139041e358f38c8948e5beb1cea4ef62b3d0932
parent 1e758e648f0b57f6036d6f7e40e9ec4eb66c2980
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 24 Nov 2008 20:01:04 +0000

make it work on python 2.4

svn:r305

Diffstat:
Mrank.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rank.py b/rank.py @@ -33,7 +33,8 @@ def cache_folder(): import md5 import re -from urllib2 import urlopen, build_opener, quote +from urllib2 import urlopen, build_opener +from urllib import quote from datetime import date # A more handy hash