|
@@ -1,9 +1,8 @@
|
|
from rest_framework.response import Response
|
|
from rest_framework.response import Response
|
|
|
|
|
|
from misago.core.shortcuts import get_int_or_404
|
|
from misago.core.shortcuts import get_int_or_404
|
|
-from misago.threads.viewmodels.category import (
|
|
|
|
- PrivateThreadsCategory, ThreadsCategory, ThreadsRootCategory)
|
|
|
|
-from misago.threads.viewmodels.threads import ForumThreads, PrivateThreads
|
|
|
|
|
|
+from misago.threads.viewmodels import (
|
|
|
|
+ ForumThreads, PrivateThreads, PrivateThreadsCategory, ThreadsCategory, ThreadsRootCategory)
|
|
|
|
|
|
|
|
|
|
class ThreadsList(object):
|
|
class ThreadsList(object):
|