Skip to content
Snippets Groups Projects
Commit 13d11b8a authored by jkerdreu's avatar jkerdreu
Browse files

Cleanup


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2357 b32b6428-25c9-4566-ad07-03861ab6144f
parent d2c92193
Branches
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ from . import config
from .bindings import UUID
from .exceptions import MessageError,MessageParserError
#import cbor
import cbor2 as cbor
from . import cbor
import datetime
import pysodium
import struct
......@@ -195,8 +195,6 @@ class MessageFactory(object):
message = self.build_msg(dev, [], MessageType.NOTIFY, "error", body)
return message
class MessageType(Enum):
NOTIFY = 0
REQUEST = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment