Do not subclass object
This commit is contained in:
parent
955243a93b
commit
ce07021580
18 changed files with 19 additions and 22 deletions
|
|
@ -32,10 +32,8 @@ import cdist.config
|
|||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Shell(object):
|
||||
|
||||
class Shell:
|
||||
def __init__(self, shell=None):
|
||||
|
||||
self.shell = shell
|
||||
|
||||
self.target_host = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue