new message type added: response_agreement

This commit is contained in:
Volkan Şahin 2016-06-27 17:13:30 +03:00
parent 178ca598fe
commit dc7e070c00

View file

@ -21,3 +21,4 @@ class MessageType(Enum):
RETRIVE_FILE = 'SEND_FILE'
UNREGISTER = 'UNREGISTER'
TASK_STATUS = 'TASK_STATUS'
RESPONSE_AGREEMENT = 'RESPONSE_AGREEMENT'