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, 0 insertions, 1 deletions
diff --git a/behaviors/DecayBehavior.py b/behaviors/DecayBehavior.py
index 56e1686..c1f6f92 100644
--- a/behaviors/DecayBehavior.py
+++ b/behaviors/DecayBehavior.py
@@ -1,7 +1,6 @@
from operationscore.Behavior import *
from pixelevents.DecayEvent import *
import util.Strings as Strings
-import Util
import pdb
class DecayBehavior(Behavior):
def processResponse(self, sensorInputs, recursiveInputs):