]> arthur.barton.de Git - bup.git/blobdiff - dev/python.c
Drop support for python 2
[bup.git] / dev / python.c
index 88df9e2d2c97ee35868f48d4bce955a97cca38a5..52acab9a20d4d0efbef47c777c668edae64c8b53 100644 (file)
@@ -4,7 +4,6 @@
 #include "../config/config.h"
 
 // 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>