Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tagplay.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-10-12 09:10:52 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-10-12 09:10:52 (GMT)
commit21a547915b277a1d807984cf63f0724bc6944432 (patch)
tree93cd5dbf88f250651175e68339768a514846e8e7 /tagplay.py
parent967bfbeed443ad7f605461036d34aceb0bc3541d (diff)
minor edits
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: