Massive permission fix

Fix permissions for all the development tree

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4094 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/new_tko/tko/models.py b/new_tko/tko/models.py
index 61b24af..d975010 100644
--- a/new_tko/tko/models.py
+++ b/new_tko/tko/models.py
@@ -330,8 +330,8 @@
                 TestLabel.objects.filter(name__in=label_names)
                 .values_list('name', 'id'))
         if len(label_ids) < len(set(label_names)):
-                raise ValueError('Not all labels found: %s' %
-                                 ', '.join(label_names))
+            raise ValueError('Not all labels found: %s' %
+                             ', '.join(label_names))
         return dict(name_and_id for name_and_id in label_ids)