From 2df9e408a0ff74539862c4a4e562a878cc11a329 Mon Sep 17 00:00:00 2001 From: rcoh Date: Wed, 16 Feb 2011 18:20:36 -0500 Subject: Code cleanup. Made Oval behavior (circle with h/w). --- LightInstallation.py | 1 - 1 file changed, 1 deletion(-) (limited to 'LightInstallation.py') diff --git a/LightInstallation.py b/LightInstallation.py index 91be752..19d6c54 100755 --- a/LightInstallation.py +++ b/LightInstallation.py @@ -181,7 +181,6 @@ class LightInstallation(object): def processResponse(self,inputDict, responseDict): inputId = inputDict['Id'] - #coming from. boundBehaviorIds = self.inputBehaviorRegistry[inputId] try: [compReg.getComponent(b).addInput(responseDict) for b in boundBehaviorIds] -- cgit v1.2.3