浏览代码

remove unused import of pygame in test

Bastien Sevajol 10 年前
父节点
当前提交
c9be191b74
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      intelligine/tests/simulation/mode/TestChangeMode.py

+ 0 - 1
intelligine/tests/simulation/mode/TestChangeMode.py 查看文件

1
-from intelligine.display.Pygame import Pygame
2
 from intelligine.synergy.Environment import Environment
1
 from intelligine.synergy.Environment import Environment
3
 from intelligine.synergy.object.Food import Food
2
 from intelligine.synergy.object.Food import Food
4
 from intelligine.synergy.object.StockedFood import StockedFood
3
 from intelligine.synergy.object.StockedFood import StockedFood