HOME


Mini Shell 1.0
DIR:/proc/self/root/lib/python2.7/site-packages/rpmUtils/
Upload File :
Current File : //proc/self/root/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)