Rafał Pitoń 10 лет назад
Родитель
Сommit
79af3699bc
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      misago/threads/tests/test_unreadthreads_view.py

+ 1 - 0
misago/threads/tests/test_unreadthreads_view.py

@@ -1,6 +1,7 @@
 from django.core.urlresolvers import reverse
 from django.utils.translation import ugettext as _
 
+from misago.forums.models import Forum
 from misago.users.testutils import UserTestCase, AuthenticatedUserTestCase
 
 from misago.threads import testutils