summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2013-08-26 13:45:40 +0200
committerJulian Andres Klode <jak@debian.org>2013-09-11 20:15:01 +0200
commitb3934f4303c419bb6b517f71cce59749cf13f9c4 (patch)
tree3a169387eb1d762391f3d1387d0c1dab3d475d0d /python
parent044322b4dca1135671a93ebfe1601214f7f6e655 (diff)
downloadpython-apt-b3934f4303c419bb6b517f71cce59749cf13f9c4.tar.gz
Completely remove deprecated stuff
Diffstat (limited to 'python')
-rw-r--r--python/apt_pkgmodule.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index 5e48be04..4cffcaa5 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -903,8 +903,6 @@ extern "C" void initapt_pkg()
PyModule_AddIntConstant(Module,"INSTSTATE_HOLD_REINSTREQ",pkgCache::State::HoldReInstReq);
- // DEPRECATED API
- PyModule_AddIntConstant(Module,"_COMPAT_0_7",0);
#if PY_MAJOR_VERSION >= 3
return Module;
#endif