aboutsummaryrefslogtreecommitdiff
path: root/behaviors/AddPixelEvent.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-11 13:16:59 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-11 13:16:59 -0500
commit9315ded6555a7afb8f11d96e5a4c446389f157cb (patch)
treeb52ab5c1cd63f622e423667bb700f52582505d2d /behaviors/AddPixelEvent.py
parentd9747bd0c2598a06baeaf16dca8ff3b6469d4613 (diff)
Some config changes to make everything a little more palatable.
Diffstat (limited to 'behaviors/AddPixelEvent.py')
-rw-r--r--behaviors/AddPixelEvent.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/behaviors/AddPixelEvent.py b/behaviors/AddPixelEvent.py
new file mode 100644
index 0000000..bf3cfff
--- /dev/null
+++ b/behaviors/AddPixelEvent.py
@@ -0,0 +1,4 @@
+from operationscore.Behavior import *
+class AddPixelEvent(Behavior):
+ def initBehavior(self):
+ className = self['Class']