소스 검색

add needed import

Bastien Sevajol 9 년 전
부모
커밋
aaa725f380
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      intelligine/synergy/object/BaseBug.py

+ 1 - 1
intelligine/synergy/object/BaseBug.py 파일 보기

@@ -1,6 +1,6 @@
1 1
 from intelligine.core.exceptions import BodyPartAlreadyExist
2 2
 from intelligine.synergy.object.Transportable import Transportable
3
-from intelligine.cst import ALIVE, ATTACKABLE, COL_ALIVE
3
+from intelligine.cst import ALIVE, ATTACKABLE, COL_ALIVE, COLONY
4 4
 from intelligine.simulation.object.brain.Brain import Brain
5 5
 
6 6