aboutsummaryrefslogtreecommitdiff
path: root/behaviors/DecayBehavior.py
diff options
context:
space:
mode:
Diffstat (limited to 'behaviors/DecayBehavior.py')
-rw-r--r--behaviors/DecayBehavior.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/behaviors/DecayBehavior.py b/behaviors/DecayBehavior.py
index c1f6f92..f19ffc8 100644
--- a/behaviors/DecayBehavior.py
+++ b/behaviors/DecayBehavior.py
@@ -3,6 +3,7 @@ from pixelevents.DecayEvent import *
import util.Strings as Strings
import pdb
class DecayBehavior(Behavior):
+ """DecayBehavior is obsolete. Use AddPixelEvent instead"""
def processResponse(self, sensorInputs, recursiveInputs):
ret = []
for sensory in sensorInputs: