]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/bup.c
Drop support for python 2
[bup.git] / lib / cmd / bup.c
index 61e88dbbea2414ed535ffcd7e31df59453d6ccb9..7f69291b6c402f946d66011389da4df15dad94b9 100644 (file)
@@ -4,7 +4,6 @@
 #undef NDEBUG
 
 // According to Python, its header has to go first:
-//   http://docs.python.org/2/c-api/intro.html#include-files
 //   http://docs.python.org/3/c-api/intro.html#include-files
 #include <Python.h>