ソースを参照

Update test_utils.py

Bastien Sevajol 6 年 前
コミット
0a943fbb20
No account linked to committer's email
共有1 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      tests/test_utils.py

+ 2 - 1
tests/test_utils.py ファイルの表示

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