summaryrefslogtreecommitdiff
path: root/python/rpm/__init__.py
diff options
context:
space:
mode:
authorpauln <devnull@localhost>2004-11-15 14:12:19 +0000
committerpauln <devnull@localhost>2004-11-15 14:12:19 +0000
commitd7a0e859ba4842548bfe344f6408af80c10b1c50 (patch)
tree24ac7149ae7a983b8bf900efa678520be1f0f1dd /python/rpm/__init__.py
parent7be6851e3f7d88949419baaf9f0a05378084af96 (diff)
downloadlibrpm-tizen-d7a0e859ba4842548bfe344f6408af80c10b1c50.tar.gz
librpm-tizen-d7a0e859ba4842548bfe344f6408af80c10b1c50.tar.bz2
librpm-tizen-d7a0e859ba4842548bfe344f6408af80c10b1c50.zip
Re-export hidden VSF symbols 139221
CVS patchset: 7581 CVS date: 2004/11/15 14:12:19
Diffstat (limited to 'python/rpm/__init__.py')
-rw-r--r--python/rpm/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/rpm/__init__.py b/python/rpm/__init__.py
index be1768dc3..8354bc874 100644
--- a/python/rpm/__init__.py
+++ b/python/rpm/__init__.py
@@ -6,3 +6,9 @@ This module enables you to manipulate rpms and the rpm database.
from _rpm import *
+import _rpm
+_RPMVSF_NODIGESTS = _rpm._RPMVSF_NODIGESTS
+_RPMVSF_NOHEADER = _rpm._RPMVSF_NOHEADER
+_RPMVSF_NOPAYLOAD = _rpm._RPMVSF_NOPAYLOAD
+_RPMVSF_NOSIGNATURES = _rpm._RPMVSF_NOSIGNATURES
+