summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-07-15 21:36:58 +0200
committerJulian Andres Klode <jak@debian.org>2009-07-15 21:36:58 +0200
commitaaf5907863bed9a044fa0e3e2eacd1ca2de53c59 (patch)
treec377cfbf951c18f8b6bb9e2998b60ee376a9f82d /python/apt_pkgmodule.h
parent6975079da04ae1fad51dca63b40a1aae15f45aa0 (diff)
downloadpython-apt-aaf5907863bed9a044fa0e3e2eacd1ca2de53c59.tar.gz
Introduce new progress (base) classes in apt_pkg:
- apt_pkg.AcquireProgress - apt_pkg.OpProgress
Diffstat (limited to 'python/apt_pkgmodule.h')
-rw-r--r--python/apt_pkgmodule.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h
index 97be5d5c..34bc2ae5 100644
--- a/python/apt_pkgmodule.h
+++ b/python/apt_pkgmodule.h
@@ -112,6 +112,8 @@ extern PyTypeObject PyIndexRecords_Type;
// Policy
extern PyTypeObject PyPolicy_Type;
extern PyTypeObject PyHashes_Type;
+extern PyTypeObject PyOpProgress_Type;
+extern PyTypeObject PyAcquireProgress_Type;
#include "python-apt.h"
#endif