Re-export hidden VSF symbols 139221
authorpauln <devnull@localhost>
Mon, 15 Nov 2004 14:12:19 +0000 (14:12 +0000)
committerpauln <devnull@localhost>
Mon, 15 Nov 2004 14:12:19 +0000 (14:12 +0000)
CVS patchset: 7581
CVS date: 2004/11/15 14:12:19

python/rpm/__init__.py

index be1768d..8354bc8 100644 (file)
@@ -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
+