urpm-tools/rpm5utils/__init__.py

11 lines
235 B
Python
Raw Normal View History

import rpm5utils.urpmgraphs
from rpm5utils.urpmgraphs import *
class Rpm5UtilsError(Exception):
""" Exception thrown for anything rpm5utils related. """
def __init__(self, args=None):
Exception.__init__(self, args)