Restore the old __del__ behaviour

This commit is contained in:
Mike Place 2014-11-22 14:23:03 -07:00
parent 05c9030056
commit 540f2edea5

View File

@ -520,11 +520,6 @@ class RunnerEvent(MasterEvent):
'outputter': outputter}
self.fire_event(progress_event, tagify([self.jid, 'progress'], 'runner'))
def __del__(self):
# The runners should be cleaning up their own sockets. This is a no-op if run here
# and causes AttributeErrors.
pass
class MinionEvent(SaltEvent):
'''