summaryrefslogtreecommitdiff
path: root/python/common.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-10-08 16:13:35 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-10-08 16:13:35 +0200
commit3d0fde9ac8bc568845cfef8391ea0f9b0fe2f4e6 (patch)
tree34089ab1c754e00442973b848654de9b6e24f279 /python/common.py
parentce3b6703c153ba5c827996bfa8fd9bfa85fe2adb (diff)
Add language/group IDs and group numbers for Prolog
Diffstat (limited to 'python/common.py')
-rw-r--r--python/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/common.py b/python/common.py
index c754a1a..2d89c19 100644
--- a/python/common.py
+++ b/python/common.py
@@ -3,6 +3,8 @@
import ast
from server.hints import Hint
+id = 2
+
hint_type = {
'no_hint': Hint('no_hint'),
'program_already_correct': Hint('program_already_correct'),