Ver código fonte

Update test_utils.py

Bastien Sevajol 6 anos atrás
pai
commit
0a943fbb20
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      tests/test_utils.py

+ 2 - 1
tests/test_utils.py Ver arquivo

5
 
5
 
6
 from synergine2.utils import ChunkManager
6
 from synergine2.utils import ChunkManager
7
 from synergine2_cocos2d.exception import FileNotFound
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
 from tests import BaseTest
10
 from tests import BaseTest
10
 
11
 
11
 
12