summaryrefslogtreecommitdiff
path: root/prolog/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'prolog/common.py')
-rw-r--r--prolog/common.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/prolog/common.py b/prolog/common.py
index 8dca4dd..654ab81 100644
--- a/prolog/common.py
+++ b/prolog/common.py
@@ -5,7 +5,8 @@ import prolog.engine
from server.hints import Hint, HintSequence
hint_type = {
- 'no_hint': HintSequence('no_hint', 4),
+ 'no_hint': Hint('no_hint'),
+ 'program_already_correct': Hint('program_already_correct'),
'system_error': Hint('system_error'),
'test_results': Hint('test_results'),
'syntax_error': Hint('syntax_error'),