]> arthur.ath.cx Git - bup.git/blobdiff - src/bup/compat.c
Drop support for python 2
[bup.git] / src / bup / compat.c
index a1ae8ee75573aa20849ef1e95bfca598231fca07..2a29c05fc9f525e73a710bda5342c5230d325d82 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>