diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-31 15:24:09 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-31 15:24:09 +0200 |
| commit | fb8e639a7199a5707ae24c8424e5dc748fe0be37 (patch) | |
| tree | f74afae1939f25d36bb325c991b28c194595dc7e /python/apt_pkgmodule.h | |
| parent | dd85685eb9c2a3ce4392b581818d4ac84410f296 (diff) | |
| download | python-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.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index 3edba5d2..97ba05a7 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -117,9 +117,6 @@ extern PyTypeObject PyIndexRecords_Type; // Policy extern PyTypeObject PyPolicy_Type; extern PyTypeObject PyHashes_Type; -extern PyTypeObject PyOpProgress_Type; -extern PyTypeObject PyAcquireProgress_Type; -extern PyTypeObject PyCdromProgress_Type; extern PyTypeObject PyAcquireItemDesc_Type; extern PyTypeObject PyAcquireWorker_Type; extern PyTypeObject PySystemLock_Type; |
