Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/datastore-service
diff options
context:
space:
mode:
Diffstat (limited to 'bin/datastore-service')
-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)