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,7 +16,6 @@ ACTION_DIE = IncrementedNamedInt.get('intelligine.basebug.action.die')
16 16
 MOLECULE_SEARCHING = IncrementedNamedInt.get('intelligine.molecule_searching')
17 17
 MOLECULES = IncrementedNamedInt.get('intelligine.molecules')
18 18
 
19
-# TODO: Renommer "move_mode" en "mode" ?
20 19
 MODE = IncrementedNamedInt.get('intelligine.basebug.move')
21 20
 MODE_EXPLO = IncrementedNamedInt.get('intelligine.basebug.move.explo')
22 21
 MODE_GOHOME = IncrementedNamedInt.get('intelligine.basebug.move.gohome')