]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/management/commands/base_command.py
OSQA-382, convert the python files line endings to OS native mode, propedit svn:eol...
[osqa.git] / forum / management / commands / base_command.py
index c073bf7a2e0b1044c4ebdf20b86a3b9155b322c6..4a8a4b60f3b778bbafbad0df824089f2b479cdae 100644 (file)
@@ -19,7 +19,6 @@ from django.shortcuts import get_object_or_404
 from django.contrib.contenttypes.models import ContentType
 
 from forum.models import *
-from forum.const import *
 
 class BaseCommand(NoArgsCommand):
     def update_activities_auditted(self, cursor, activity_ids):