diff options
author | prathamesh | 2014-07-24 11:59:03 +0530 |
---|---|---|
committer | prathamesh | 2014-07-24 11:59:03 +0530 |
commit | 0e6c82690650c61049ae8641a2801f0fcbc9c25c (patch) | |
tree | e6d6bdc32e2f4930225800ce50887eb76af75d6c /testapp/exam/management/commands | |
parent | 8abd57cf58a432ff173ad757d8a9c707013f96b9 (diff) | |
download | online_test-0e6c82690650c61049ae8641a2801f0fcbc9c25c.tar.gz online_test-0e6c82690650c61049ae8641a2801f0fcbc9c25c.tar.bz2 online_test-0e6c82690650c61049ae8641a2801f0fcbc9c25c.zip |
Removed space
Diffstat (limited to 'testapp/exam/management/commands')
-rw-r--r-- | testapp/exam/management/commands/add_group.py | 2 |
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 |