moderatedthreads.py 103 B

12345
  1. from misago.threads.generic import threads
  2. class ModeratedThreadsView(threads.ThreadsView):
  3. pass