From 21a547915b277a1d807984cf63f0724bc6944432 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 12 Oct 2009 09:10:52 +0000 Subject: minor edits --- (limited to 'tagplay.py') 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: -- cgit v0.9.1