Commit 933f94a5 by Alexander Kryklia

comment fix

parent 4c23860e
...@@ -132,7 +132,7 @@ class DragAndDrop(object): ...@@ -132,7 +132,7 @@ class DragAndDrop(object):
return False return False
# Check that in every group, for rule of that group, user positions of # Check that in every group, for rule of that group, user positions of
#every element are equal with correct positions # every element are equal with correct positions
for groupname in self.correct_groups: for groupname in self.correct_groups:
rules_executed = 0 rules_executed = 0
for rule in ('exact', 'anyof'): # every group has only one rule for rule in ('exact', 'anyof'): # every group has only one rule
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment