Kevin O'Connor 2447025fa6 mcu: Don't define a __del__() method
The existence of a __del__() method prevents deallocation on python2
if there are circular references.  Just remove the method as
disconnect() should already be called directly.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-09-16 23:53:45 -04:00
..
2020-09-04 11:41:57 -04:00
2020-09-16 23:53:45 -04:00
2020-06-15 17:15:53 -04:00