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 /robot/problems/introduction | |
parent | d43958c3b5ea7f61e772c80f63b96d8fdb61110b (diff) |
Remove group attribute from problem common.py files
Diffstat (limited to 'robot/problems/introduction')
-rw-r--r-- | robot/problems/introduction/forward/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/robot/problems/introduction/forward/common.py b/robot/problems/introduction/forward/common.py index 5023d7f..c82b0eb 100644 --- a/robot/problems/introduction/forward/common.py +++ b/robot/problems/introduction/forward/common.py @@ -3,7 +3,6 @@ from server.hints import Hint id = 202 -group = 'introduction' number = 1 visible = True |