projects
/
osqa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
OSQA-828, Support fullname to real_name mapping from OpenID providers
[osqa.git]
/
forum
/
management
/
commands
/
base_command.py
diff --git
a/forum/management/commands/base_command.py
b/forum/management/commands/base_command.py
index c073bf7a2e0b1044c4ebdf20b86a3b9155b322c6..4a8a4b60f3b778bbafbad0df824089f2b479cdae 100644
(file)
--- a/
forum/management/commands/base_command.py
+++ b/
forum/management/commands/base_command.py
@@
-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):