Browse Source

Fixed build.

Rafał Pitoń 10 years ago
parent
commit
79af3699bc
1 changed files with 1 additions and 0 deletions
  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