Re-export hidden VSF symbols 139221

CVS patchset: 7581
CVS date: 2004/11/15 14:12:19
This commit is contained in:
pauln 2004-11-15 14:12:19 +00:00
parent 7be6851e3f
commit d7a0e859ba
1 changed files with 6 additions and 0 deletions

View 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