Explorar el Código

Update test_utils.py

Bastien Sevajol hace 6 años
padre
commit
0a943fbb20
No account linked to committer's email
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      tests/test_utils.py

+ 2 - 1
tests/test_utils.py Ver fichero

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