Remove (unused).
[platform/upstream/rpm.git] / python / rpm / __init__.py
1 r"""RPM Module
2
3 This module enables you to manipulate rpms and the rpm database.
4
5 """
6
7 from _rpm import *
8
9 import _rpm
10 _RPMVSF_NODIGESTS = _rpm._RPMVSF_NODIGESTS
11 _RPMVSF_NOHEADER = _rpm._RPMVSF_NOHEADER
12 _RPMVSF_NOPAYLOAD = _rpm._RPMVSF_NOPAYLOAD
13 _RPMVSF_NOSIGNATURES = _rpm._RPMVSF_NOSIGNATURES
14