diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-12 11:46:08 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-10-12 11:46:08 +0200 |
commit | 6e281624b9a0ae29f1f1862f9d581b219ba3b95a (patch) | |
tree | 1cc2c9fda5b5e4a227667307827217f9e852d803 /python/problems/functions/assign_numbers/common.py | |
parent | d43958c3b5ea7f61e772c80f63b96d8fdb61110b (diff) |
Remove group attribute from problem common.py files
Diffstat (limited to 'python/problems/functions/assign_numbers/common.py')
-rw-r--r-- | python/problems/functions/assign_numbers/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/functions/assign_numbers/common.py b/python/problems/functions/assign_numbers/common.py index c9e87bf..effd061 100644 --- a/python/problems/functions/assign_numbers/common.py +++ b/python/problems/functions/assign_numbers/common.py @@ -6,7 +6,6 @@ from python.util import has_token_sequence, string_almost_equal, \ from server.hints import Hint id = 225 -group = 'lists_and_for' number = 4 visible = True |