summaryrefslogtreecommitdiff
path: root/prolog/common.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-10-09 11:19:53 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-10-09 11:19:53 +0200
commitfd31d7d74e58796f3a5a7c84b4b19cb4af59ef4c (patch)
treea1bbe33960a7cb59d9f370c9127e02a96f3d2005 /prolog/common.py
parent84f3426c937d1bb9d44ba25a71706416fbb8b85d (diff)
parent7e918d834296e206aef922ee02d6991722c4653e (diff)
Merge branch 'master' of 192.168.15.97:codeq-problems
Conflicts: python/problems/while_and_if/checking_account/en.py python/problems/while_and_if/consumers_anonymous/en.py
Diffstat (limited to 'prolog/common.py')
-rw-r--r--prolog/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/prolog/common.py b/prolog/common.py
index 654ab81..1ab4522 100644
--- a/prolog/common.py
+++ b/prolog/common.py
@@ -4,6 +4,8 @@ import operator
import prolog.engine
from server.hints import Hint, HintSequence
+id = 1
+
hint_type = {
'no_hint': Hint('no_hint'),
'program_already_correct': Hint('program_already_correct'),