Pylint fix

This commit is contained in:
rallytime 2014-09-24 16:21:33 -06:00
parent 384588d500
commit 276e7912d9

View File

@ -74,7 +74,7 @@ class RAETChannel(Channel):
def __init__(self, opts, **kwargs): def __init__(self, opts, **kwargs):
self.opts = opts self.opts = opts
self.ttype = 'raet' self.ttype = 'raet'
self.dst = ('master', None, 'remote_cmd') # minion to master comms self.dst = ('master', None, 'remote_cmd') # minion to master comms
#self.dst = (None, None, 'remote_cmd') #self.dst = (None, None, 'remote_cmd')
self.stack = None self.stack = None