summaryrefslogtreecommitdiff
path: root/prolog/problems/lists/common.py
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/lists/common.py
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/lists/common.py')
-rw-r--r--prolog/problems/lists/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/prolog/problems/lists/common.py b/prolog/problems/lists/common.py
index e7dd0d7..4788fc4 100644
--- a/prolog/problems/lists/common.py
+++ b/prolog/problems/lists/common.py
@@ -1,4 +1,2 @@
id = 2
number = 2
-
-allowed_groups = ['lists']