Przeglądaj źródła

add needed import

Bastien Sevajol 10 lat temu
rodzic
commit
aaa725f380
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      intelligine/synergy/object/BaseBug.py

+ 1 - 1
intelligine/synergy/object/BaseBug.py Wyświetl plik

1
 from intelligine.core.exceptions import BodyPartAlreadyExist
1
 from intelligine.core.exceptions import BodyPartAlreadyExist
2
 from intelligine.synergy.object.Transportable import Transportable
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
 from intelligine.simulation.object.brain.Brain import Brain
4
 from intelligine.simulation.object.brain.Brain import Brain
5
 
5
 
6
 
6