aboutsummaryrefslogtreecommitdiff
path: root/operationscore/Input.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-02-12 16:40:02 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-02-12 16:40:02 -0500
commit5f54bf57128dbca04a9325670a6ad1e03097d5cb (patch)
treef7d5a94975c842cec497dd8b301830fd5a30f7e9 /operationscore/Input.py
parent1604f05ec0bad79798bbd764cd62bdb20e55f444 (diff)
parentcf1048df72b845ef7fefd5ec5709f7d1b2c4df79 (diff)
Merge branch 'objprops'
Conflicts: Profile.py
Diffstat (limited to 'operationscore/Input.py')
-rw-r--r--operationscore/Input.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/operationscore/Input.py b/operationscore/Input.py
index d3d5644..5a835ec 100644
--- a/operationscore/Input.py
+++ b/operationscore/Input.py
@@ -17,7 +17,7 @@ class Input(ThreadedSmootCoreObject):
self.inputInit()
def respond(self, eventDict):
- #if eventDict != []:
+ eventDict['InputId'] = self['Id']
self.parentScope.lock.acquire()
self.parentScope.processResponse(self.argDict, eventDict)
self.parentScope.lock.release()