Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
lib
/
python2.7
/
site-packages
/
rpmUtils
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//lib/python2.7/site-packages/rpmUtils/__init__.py
#!/usr/bin/python -tt class RpmUtilsError(Exception): """ Exception thrown for anything rpmUtils related. """ def __init__(self, args=None): Exception.__init__(self, args)