Fix crash on shutdown

This commit is contained in:
Ole André Vadla Ravnås
2015-03-20 01:49:03 +01:00
parent b0161bbe8f
commit 2054f92829
+1 -1
View File
@@ -48,7 +48,7 @@ def _get_device(type, timeout):
return device
def shutdown():
get_device_manager()._manager.close()
get_device_manager()._impl.close()
class TimeoutError(Exception):
pass