Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-06-19 17:35:18 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-06-19 17:35:18 (GMT)
commit31ade88ac9bc1fe95544a24ec1a0fe8525762fca (patch)
tree7c47e92a8cacd355df802fc1be8e60633d108122 /bin
parenta376ad31096ec46ccda4d86ab78d70662b825710 (diff)
updated for simpler signals
Diffstat (limited to 'bin')
-rwxr-xr-xbin/index-service4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/index-service b/bin/index-service
index 9d0d6c7..14a71d7 100755
--- a/bin/index-service
+++ b/bin/index-service
@@ -75,7 +75,7 @@ class IndexService(Application):
self.eventloop.run()
- def created(self, uid, props):
+ def created(self, uid):
"""An object was created on the bus and we want to index it"""
# because the file isn't encoded anywhere accessible in the
# create call we must actually get the filename and trigger
@@ -91,7 +91,7 @@ class IndexService(Application):
else:
logger.debug("nothing to index on creation of %s" % uid)
- def updated(self, uid, props):
+ def updated(self, uid):
"""An object was updated on the bus and we want to index it"""
# because the file isn't encoded anywhere accessible in the
# create call we must actually get the filename and trigger