Do not subclass object
This commit is contained in:
parent
955243a93b
commit
ce07021580
18 changed files with 19 additions and 22 deletions
|
|
@ -39,7 +39,7 @@ import cdist.exec.util as util
|
|||
CONF_SUBDIRS_LINKED = ["explorer", "files", "manifest", "type", ]
|
||||
|
||||
|
||||
class Local(object):
|
||||
class Local:
|
||||
"""Execute commands locally.
|
||||
|
||||
All interaction with the local side should be done through this class.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue