summaryrefslogtreecommitdiff
path: root/testapp/exam
diff options
context:
space:
mode:
authorprathamesh2014-07-24 11:59:03 +0530
committerprathamesh2014-07-24 11:59:03 +0530
commit0e6c82690650c61049ae8641a2801f0fcbc9c25c (patch)
treee6d6bdc32e2f4930225800ce50887eb76af75d6c /testapp/exam
parent8abd57cf58a432ff173ad757d8a9c707013f96b9 (diff)
downloadonline_test-0e6c82690650c61049ae8641a2801f0fcbc9c25c.tar.gz
online_test-0e6c82690650c61049ae8641a2801f0fcbc9c25c.tar.bz2
online_test-0e6c82690650c61049ae8641a2801f0fcbc9c25c.zip
Removed space
Diffstat (limited to 'testapp/exam')
-rw-r--r--testapp/exam/management/commands/add_group.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/management/commands/add_group.py b/testapp/exam/management/commands/add_group.py
index e6ac888..76cc655 100644
--- a/testapp/exam/management/commands/add_group.py
+++ b/testapp/exam/management/commands/add_group.py
@@ -3,8 +3,8 @@
the objects in the exam app.
We can modify this command to add more groups by providing arguments.
Arguments like group-name, app-name can be passed.
-
'''
+
# django imports
from django.core.management.base import BaseCommand, CommandError
from django.contrib.auth.models import Group, Permission