Revision a6c00291 ncclient/glue.py

b/ncclient/glue.py
41 41
    def __init__(self):
42 42
        "TODO: docstring"
43 43
        Thread.__init__(self)
44
        self.setDaemon(True)
44 45
        self._listeners = set() # TODO(?) weakref
45 46
        self._lock = Lock()
46 47
    

Also available in: Unified diff