From 9315ded6555a7afb8f11d96e5a4c446389f157cb Mon Sep 17 00:00:00 2001 From: rcoh Date: Tue, 11 Jan 2011 13:16:59 -0500 Subject: Some config changes to make everything a little more palatable. --- behaviors/AddPixelEvent.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 behaviors/AddPixelEvent.py (limited to 'behaviors/AddPixelEvent.py') 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'] -- cgit v1.2.3