|
@@ -5,7 +5,8 @@ import pytest
|
5
|
5
|
|
6
|
6
|
from synergine2.utils import ChunkManager
|
7
|
7
|
from synergine2_cocos2d.exception import FileNotFound
|
8
|
|
-from synergine2_cocos2d.util import PathManager,get_map_file_path_from_dir
|
|
8
|
+from synergine2_cocos2d.util import PathManager
|
|
9
|
+from synergine2_cocos2d.util import get_map_file_path_from_dir
|
9
|
10
|
from tests import BaseTest
|
10
|
11
|
|
11
|
12
|
|