summaryrefslogtreecommitdiff
path: root/prolog/problems/old_exams
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-01-05 18:32:38 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2016-01-05 18:32:38 +0100
commitd6b6ab704d4552db052099fa2a7c9b7e9ff6a297 (patch)
tree61e4b6887101e7f53053b90fddc6616e5c5e8036 /prolog/problems/old_exams
parent7e3c3602f1c1619fc1666bc2a21179530a99f3f1 (diff)
Remove info about reusable solutions from Prolog groups
Required predicates (those that must be loaded when testing the program) are now determined by analyzing the tested program.
Diffstat (limited to 'prolog/problems/old_exams')
-rw-r--r--prolog/problems/old_exams/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/prolog/problems/old_exams/common.py b/prolog/problems/old_exams/common.py
index 949859b..56857ba 100644
--- a/prolog/problems/old_exams/common.py
+++ b/prolog/problems/old_exams/common.py
@@ -1,3 +1 @@
id = 12
-
-allowed_groups = ['lists']