summaryrefslogtreecommitdiff
path: root/python/problems/introduction/fast_fingers_2/common.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-12 11:46:08 +0200
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-10-12 11:46:08 +0200
commit6e281624b9a0ae29f1f1862f9d581b219ba3b95a (patch)
tree1cc2c9fda5b5e4a227667307827217f9e852d803 /python/problems/introduction/fast_fingers_2/common.py
parentd43958c3b5ea7f61e772c80f63b96d8fdb61110b (diff)
Remove group attribute from problem common.py files
Diffstat (limited to 'python/problems/introduction/fast_fingers_2/common.py')
-rw-r--r--python/problems/introduction/fast_fingers_2/common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/introduction/fast_fingers_2/common.py b/python/problems/introduction/fast_fingers_2/common.py
index af4439c..c738d45 100644
--- a/python/problems/introduction/fast_fingers_2/common.py
+++ b/python/problems/introduction/fast_fingers_2/common.py
@@ -5,7 +5,6 @@ from python.util import has_token_sequence, string_almost_equal, \
from server.hints import Hint
id = 191
-group = 'introduction'
number = 6
visible = True