diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-06-09 20:44:58 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-06-09 20:44:58 +0200 |
| commit | a307f6c405d55895690e16d55de36549f5b05d8b (patch) | |
| tree | af60f34adf272242c14b311caed1dd3a598b4de4 /python/apt_pkgmodule.h | |
| parent | f652213b76f72382bab21e730bf0ccc4419a1267 (diff) | |
| download | python-apt-a307f6c405d55895690e16d55de36549f5b05d8b.tar.gz | |
Add apt_pkg.Policy class (Closes: #382725)
Diffstat (limited to 'python/apt_pkgmodule.h')
| -rw-r--r-- | python/apt_pkgmodule.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/apt_pkgmodule.h b/python/apt_pkgmodule.h index 043e29cc..21355072 100644 --- a/python/apt_pkgmodule.h +++ b/python/apt_pkgmodule.h @@ -114,4 +114,7 @@ extern PyTypeObject PyHashString_Type; // IndexRecord extern PyTypeObject PyIndexRecords_Type; +// Policy +extern PyTypeObject PyPolicy_Type; + #endif |
