mirror of
https://abf.rosa.ru/djam/urpm-tools.git
synced 2025-02-23 17:32:46 +00:00
10 lines
235 B
Python
10 lines
235 B
Python
|
|
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)
|