From 0e6c82690650c61049ae8641a2801f0fcbc9c25c Mon Sep 17 00:00:00 2001 From: prathamesh Date: Thu, 24 Jul 2014 11:59:03 +0530 Subject: Removed space --- testapp/exam/management/commands/add_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapp/exam') 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 -- cgit