summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-06-09 20:44:58 +0200
committerJulian Andres Klode <jak@debian.org>2009-06-09 20:44:58 +0200
commita307f6c405d55895690e16d55de36549f5b05d8b (patch)
treeaf60f34adf272242c14b311caed1dd3a598b4de4 /python/apt_pkgmodule.h
parentf652213b76f72382bab21e730bf0ccc4419a1267 (diff)
downloadpython-apt-a307f6c405d55895690e16d55de36549f5b05d8b.tar.gz
Add apt_pkg.Policy class (Closes: #382725)
Diffstat (limited to 'python/apt_pkgmodule.h')
-rw-r--r--python/apt_pkgmodule.h3
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