gnunetbib

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

commit deaccc5a7eb8844039109e827f94be4b409c87af
parent 647e3bfd0474014273f2b9d6c747ae11bfd4c228
Author: Nils Gillmann <ng0@n0.is>
Date:   Sat,  6 Oct 2018 16:40:24 +0000

Adjust to standards -> make it clear that this is python2 only for now.

Signed-off-by: Nils Gillmann <ng0@n0.is>

Diffstat:
MMakefile | 2+-
MupdateCache.py | 2+-
MwriteHTML.py | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -PYTHON=python +PYTHON=python2 VERSION=0.3-dev all: diff --git a/updateCache.py b/updateCache.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info. """Download files in bibliography into a local cache. diff --git a/writeHTML.py b/writeHTML.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # Copyright 2003-2008, Nick Mathewson. See LICENSE for licensing info. """Generate indices by author, topic, date, and BibTeX key."""