Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-12-05 17:27:21 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-12-11 14:16:18 (GMT)
commit246a3872b857d2f708fadb367e9ea126ec2a1770 (patch)
tree55b782251190c52bc7044b2fafe17c9dd54c8cdb
parent76d38a9a4d510e3165a7ae34e6c358cd6c0e56b7 (diff)
#5218: Reduce periodic wakeups.
-rwxr-xr-xbin/datastore-service3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/datastore-service b/bin/datastore-service
index 693c736..aba7112 100755
--- a/bin/datastore-service
+++ b/bin/datastore-service
@@ -7,9 +7,6 @@ import dbus.glib
from olpc.datastore import DataStore, backingstore
from sugar import logger
-gobject.threads_init()
-dbus.glib.threads_init()
-
# Path handling
profile = os.environ.get('SUGAR_PROFILE', 'default')
base_dir = os.path.join(os.path.expanduser('~'), '.sugar', profile)