Selaa lähdekoodia

remove old comment

Bastien Sevajol 10 vuotta sitten
vanhempi
commit
14edf2e937
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      intelligine/cst.py

+ 0 - 1
intelligine/cst.py Näytä tiedosto

16
 MOLECULE_SEARCHING = IncrementedNamedInt.get('intelligine.molecule_searching')
16
 MOLECULE_SEARCHING = IncrementedNamedInt.get('intelligine.molecule_searching')
17
 MOLECULES = IncrementedNamedInt.get('intelligine.molecules')
17
 MOLECULES = IncrementedNamedInt.get('intelligine.molecules')
18
 
18
 
19
-# TODO: Renommer "move_mode" en "mode" ?
20
 MODE = IncrementedNamedInt.get('intelligine.basebug.move')
19
 MODE = IncrementedNamedInt.get('intelligine.basebug.move')
21
 MODE_EXPLO = IncrementedNamedInt.get('intelligine.basebug.move.explo')
20
 MODE_EXPLO = IncrementedNamedInt.get('intelligine.basebug.move.explo')
22
 MODE_GOHOME = IncrementedNamedInt.get('intelligine.basebug.move.gohome')
21
 MODE_GOHOME = IncrementedNamedInt.get('intelligine.basebug.move.gohome')