mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Added __init__
This commit is contained in:
parent
a16eeb0f38
commit
42e1d43163
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ from slpkg.dependencies import Requires
|
|||
class Upgrade(Utilities):
|
||||
""" Upgrade the installed packages. """
|
||||
|
||||
def __init__(self):
|
||||
super(Utilities, self).__init__()
|
||||
|
||||
def packages(self):
|
||||
""" Compares version of packages and returns the maximum. """
|
||||
repo_packages = SBoQueries('').sbos()
|
||||
|
|
Loading…
Reference in a new issue