Do not subclass object
This commit is contained in:
parent
955243a93b
commit
ce07021580
18 changed files with 19 additions and 22 deletions
|
|
@ -47,7 +47,7 @@ class MissingObjectIdError(cdist.Error):
|
|||
return '%s' % (self.message)
|
||||
|
||||
|
||||
class CdistObject(object):
|
||||
class CdistObject:
|
||||
"""Represents a cdist object.
|
||||
|
||||
All interaction with objects in cdist should be done through this class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue