diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-07-15 21:36:58 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-07-15 21:36:58 +0200 |
| commit | aaf5907863bed9a044fa0e3e2eacd1ca2de53c59 (patch) | |
| tree | c377cfbf951c18f8b6bb9e2998b60ee376a9f82d /python/apt_pkgmodule.h | |
| parent | 6975079da04ae1fad51dca63b40a1aae15f45aa0 (diff) | |
| download | python-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.h | 2 |
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 |
