Browse Source

#410: removed unused imports

Rafał Pitoń 10 years ago
parent
commit
c577fbd90b
2 changed files with 0 additions and 4 deletions
  1. 0 3
      misago/threads/views/generic/forum.py
  2. 0 1
      misago/threads/views/generic/threads.py

+ 0 - 3
misago/threads/views/generic/forum.py

@@ -1,13 +1,10 @@
 from django.core.urlresolvers import reverse
-from django.db.models import Q
 from django.shortcuts import redirect
 from django.utils.translation import ugettext_lazy, ugettext as _
 
 from misago.core.shortcuts import paginate
 from misago.forums.lists import get_forums_list, get_forum_path
 
-from misago.threads.posting import (PostingInterrupt, EditorFormset,
-                                    START, REPLY, EDIT)
 from misago.threads.models import ANNOUNCEMENT, Thread, Label
 from misago.threads.permissions import exclude_invisible_threads
 from misago.threads.views.generic.threads import (Helper, Sorting, Threads,

+ 0 - 1
misago/threads/views/generic/threads.py

@@ -1,5 +1,4 @@
 from django.core.urlresolvers import reverse
-from django.db.models import Q
 from django.shortcuts import redirect
 from django.utils.translation import ugettext_lazy, ugettext as _