Do not subclass object
This commit is contained in:
parent
955243a93b
commit
ce07021580
18 changed files with 19 additions and 22 deletions
|
|
@ -80,7 +80,7 @@ def rstrip_nl(s):
|
|||
return str.rstrip(s, "\n")
|
||||
|
||||
|
||||
class Inventory(object):
|
||||
class Inventory:
|
||||
"""Inventory main class"""
|
||||
|
||||
def __init__(self, db_basedir=dist_inventory_db, configuration=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue