Fix some bugs.

- Commandreplies format their timestamp like events

Change-Id: I388b9f26bb8b0234d9209b05732e98f9ce1d01c7
This commit is contained in:
Enrico Faulhaber
2016-12-21 16:59:32 +01:00
parent 78bb3b5f96
commit 68f73b5aa1
4 changed files with 39 additions and 21 deletions

View File

@ -28,6 +28,7 @@ class Message(object):
is_request = False
is_reply = False
is_error = False
qualifiers = {}
def __init__(self, **kwds):
self.ARGS = set()