Rafał Pitoń 8 years ago
parent
commit
589d671336
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/threads/tests/test_treesmap.py

+ 1 - 1
misago/threads/tests/test_typestree.py → misago/threads/tests/test_treesmap.py

@@ -3,7 +3,7 @@ from django.utils import six
 
 from misago.categories.models import Category
 
-from ..threadtypes import TreesMap
+from ..threadtypes.treesmap import TreesMap
 
 
 THREAD_TYPE = 'misago.threads.threadtypes.thread.Thread'