Browse Source

remove unused import

Bastien Sevajol 9 years ago
parent
commit
54b0c3260f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      intelligine/synergy/event/transport/TakeableAction.py

+ 1 - 1
intelligine/synergy/event/transport/TakeableAction.py View File

@@ -1,7 +1,7 @@
1 1
 from intelligine.synergy.event.move.MoveAction import MoveAction
2 2
 from synergine.synergy.event.Action import Action
3 3
 from intelligine.synergy.event.transport.TakeableEvent import TakeableEvent
4
-from intelligine.cst import CANT_PUT_STILL, BRAIN_SCHEMA, BRAIN_PART_TAKE
4
+from intelligine.cst import CANT_PUT_STILL, BRAIN_PART_TAKE
5 5
 from synergine.synergy.event.exception.ActionAborted import ActionAborted
6 6
 
7 7