summaryrefslogtreecommitdiff
path: root/prolog/common.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-09-11 10:59:27 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-09-11 10:59:27 +0200
commite77850d687754750ab9e9f2aa8113eb9d7a73fd6 (patch)
tree788fc27dc694aed7daa7ad5d6aa8a9d678462c7f /prolog/common.py
parent1b64321fda0bbf1f5a678671c1344eb2b87b5c74 (diff)
s/hint_defs/hint_type/g
Diffstat (limited to 'prolog/common.py')
-rw-r--r--prolog/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/common.py b/prolog/common.py
index afba98f..02c74d0 100644
--- a/prolog/common.py
+++ b/prolog/common.py
@@ -4,7 +4,7 @@ import operator
import prolog.engine
from server.hints import Hint, HintSequence
-hint_defs = {
+hint_type = {
'no_hint': HintSequence('no_hint', 4),
'test_results': Hint('test_results'),
'syntax_error': Hint('syntax_error'),