[python] cleanly shutdown messages_app

This commit is contained in:
Felix Ruess
2013-04-03 22:01:12 +02:00
parent 8e66efbe30
commit 1dbbf8f97f
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ class IvyMessagesInterface():
def Stop(self):
IvyUnBindMsg(self.ivy_id)
IvyStop()
def __init__del__(self):
try: