Browse Source

remove old comment

Bastien Sevajol 8 years ago
parent
commit
14edf2e937
1 changed files with 0 additions and 1 deletions
  1. 0 1
      intelligine/cst.py

+ 0 - 1
intelligine/cst.py View File

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')