summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-31 15:24:09 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-31 15:24:09 +0200
commitfb8e639a7199a5707ae24c8424e5dc748fe0be37 (patch)
treef74afae1939f25d36bb325c991b28c194595dc7e /python/apt_pkgmodule.cc
parentdd85685eb9c2a3ce4392b581818d4ac84410f296 (diff)
downloadpython-apt-fb8e639a7199a5707ae24c8424e5dc748fe0be37.tar.gz
python: Remove the progress classes in apt_pkg.
They have been replaced with apt.progress.base, so stuff like GTK+ or Qt progress classes can be written using subclassing.
Diffstat (limited to 'python/apt_pkgmodule.cc')
-rw-r--r--python/apt_pkgmodule.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index d53f64a6..faea423f 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -653,10 +653,7 @@ extern "C" void initapt_pkg()
ADDTYPE(Module,"HashString",&PyHashString_Type);
ADDTYPE(Module,"Policy",&PyPolicy_Type);
ADDTYPE(Module,"Hashes",&PyHashes_Type);
- ADDTYPE(Module,"OpProgress",&PyOpProgress_Type);
- ADDTYPE(Module,"AcquireProgress",&PyAcquireProgress_Type);
ADDTYPE(Module,"AcquireItemDesc",&PyAcquireItemDesc_Type);
- ADDTYPE(Module,"CdromProgress",&PyCdromProgress_Type);
ADDTYPE(Module,"SystemLock",&PySystemLock_Type);
ADDTYPE(Module,"FileLock",&PyFileLock_Type);
// Tag file constants