Browse Source

Added extra missing imports.

Rafał Pitoń 10 years ago
parent
commit
97ed646bc5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/views/generic/threads.py

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

@@ -1,7 +1,7 @@
 from django.contrib import messages
 from django.core.urlresolvers import reverse
 from django.shortcuts import redirect
-from django.utils.translation import ugettext_lazy, ugettext as _
+from django.utils.translation import ungettext, ugettext_lazy, ugettext as _
 
 from misago.core.shortcuts import paginate
 from misago.readtracker import threadstracker