diff options
author | Martin <martin@leo.fri1.uni-lj.si> | 2015-10-12 13:07:22 +0200 |
---|---|---|
committer | Martin <martin@leo.fri1.uni-lj.si> | 2015-10-12 13:07:22 +0200 |
commit | 26eaa78c27d408e41807fe9cde9e371728e60ff9 (patch) | |
tree | e9ab6053f03cb88cf5175559b8cb620622e0a5dd /python/problems/lists_and_for/places | |
parent | fbe617ad061df25775c3e3ade00993a9090c9ef2 (diff) | |
parent | 6e281624b9a0ae29f1f1862f9d581b219ba3b95a (diff) |
Merge branch 'master' of 192.168.15.97:codeq-problems
Diffstat (limited to 'python/problems/lists_and_for/places')
-rw-r--r-- | python/problems/lists_and_for/places/common.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/problems/lists_and_for/places/common.py b/python/problems/lists_and_for/places/common.py index 0a90771..e7d1adf 100644 --- a/python/problems/lists_and_for/places/common.py +++ b/python/problems/lists_and_for/places/common.py @@ -6,7 +6,6 @@ from python.util import has_token_sequence, string_almost_equal, \ from server.hints import Hint id = 218 -group = 'lists_and_for' number = 4 visible = True |