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-05 17:27:21 (GMT)
commit1d68b862da27779d881d2b158b9541823c3bdb27 (patch)
tree55b782251190c52bc7044b2fafe17c9dd54c8cdb
parent0b4a222743d1968025eead0059cc0baefa26013a (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)