Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Gueret <christophe.gueret@gmail.com>2011-09-16 15:45:24 (GMT)
committer Christophe Gueret <christophe.gueret@gmail.com>2011-09-16 15:45:24 (GMT)
commit4c2d45d718ec295935277dd20bb8369b0c5dcf15 (patch)
tree0a1a3e79f196122fe46002d2c485c00347168e3b
parent311b3d47950c0489d6c869d61a21e06b715fe253 (diff)
Synchro
-rwxr-xr-xbin/datastore-service.py2
-rw-r--r--bin/test.py1
2 files changed, 0 insertions, 3 deletions
diff --git a/bin/datastore-service.py b/bin/datastore-service.py
index f22ee68..9ab97eb 100755
--- a/bin/datastore-service.py
+++ b/bin/datastore-service.py
@@ -12,8 +12,6 @@ import dbus.glib
from carquinyol.datastore import DataStore
from sugar import logger
-
-
# Path handling
profile = os.environ.get('SUGAR_PROFILE', 'default')
base_dir = os.path.join(os.path.expanduser('~'), '.sugar', profile)
diff --git a/bin/test.py b/bin/test.py
index 219239a..c5ec7df 100644
--- a/bin/test.py
+++ b/bin/test.py
@@ -5,7 +5,6 @@ Created on Apr 8, 2011
'''
import os
-import dbus
from sugar.datastore import datastore
if os.path.exists("/tmp/olpc-session-bus"):