Browse Source

Update test_utils.py

Bastien Sevajol 6 years ago
parent
commit
0a943fbb20
No account linked to committer's email
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/test_utils.py

+ 2 - 1
tests/test_utils.py View File

@@ -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