mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for self
This commit is contained in:
parent
13c618f399
commit
543ad6b84d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Tracking(Configs):
|
|||
""" Tracking of the package dependencies. """
|
||||
|
||||
def __init__(self):
|
||||
super(Configs).__init__()
|
||||
super(Configs, self).__init__()
|
||||
self.ascii = Ascii()
|
||||
self.llc = self.ascii.lower_left_corner
|
||||
self.hl = self.ascii.horizontal_line
|
||||
|
|
Loading…
Reference in a new issue