diff options
-rw-r--r-- | python/rpm/__init__.py | 6 |
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 + |