diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-08-26 13:45:40 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-09-11 20:15:01 +0200 |
| commit | b3934f4303c419bb6b517f71cce59749cf13f9c4 (patch) | |
| tree | 3a169387eb1d762391f3d1387d0c1dab3d475d0d /python | |
| parent | 044322b4dca1135671a93ebfe1601214f7f6e655 (diff) | |
| download | python-apt-b3934f4303c419bb6b517f71cce59749cf13f9c4.tar.gz | |
Completely remove deprecated stuff
Diffstat (limited to 'python')
| -rw-r--r-- | python/apt_pkgmodule.cc | 2 |
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 |
