Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tagplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'tagplay.py')
-rw-r--r--tagplay.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tagplay.py b/tagplay.py
index 1eba5bf..daffde0 100644
--- a/tagplay.py
+++ b/tagplay.py
@@ -35,7 +35,11 @@ import gobject
import time
gobject.threads_init()
-from sugar.datastore import datastore
+try:
+ from sugar.datastore import datastore
+except:
+ # probably launched from outside of Sugar
+ pass
from talogo import *
class Gplay: