diff options
Diffstat (limited to 'robot/common.py')
-rw-r--r-- | robot/common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/common.py b/robot/common.py index 45dbfc3..1e7e818 100644 --- a/robot/common.py +++ b/robot/common.py @@ -2,6 +2,8 @@ from server.hints import Hint, HintSequence +id = 3 + hint_type = { 'no_hint': Hint('no_hint'), 'system_error': Hint('system_error'), |