/
lib
/
python2.7
/
site-packages
/
rpmUtils
/
Upload File
HOME
#!/usr/bin/python -tt class RpmUtilsError(Exception): """ Exception thrown for anything rpmUtils related. """ def __init__(self, args=None): Exception.__init__(self, args)