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-05 22:05:00 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-06-05 22:05:00 (GMT)
commitb93e3453945b8886a90c828442599e4968fc2702 (patch)
tree2422f81a7df8d302b7a8759fca2a02b9a4649df4 /bin
parent2ab777a7fa85f464066f841c262d4d4dc6d24564 (diff)
fix
Diffstat (limited to 'bin')
-rwxr-xr-xbin/index-service2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/index-service b/bin/index-service
index 490157a..3aff038 100755
--- a/bin/index-service
+++ b/bin/index-service
@@ -138,7 +138,7 @@ if __name__ == "__main__":
idx = IndexService()
## idx()
-
+ import gobject
# w/o ore.main
idx.eventloop = gobject.MainLoop()
class options(object): pass