소스 검색

remove unused import of pygame in test

Bastien Sevajol 8 년 전
부모
커밋
c9be191b74
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      intelligine/tests/simulation/mode/TestChangeMode.py

+ 0 - 1
intelligine/tests/simulation/mode/TestChangeMode.py 파일 보기

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