Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-09-11 15:12:44 (GMT)
committer Nat <natcl@hotmail.com>2007-09-11 15:12:44 (GMT)
commit83cd7a07c002052fdda8f8e36f3d7ae41f4652cd (patch)
treea6c618ce3b605de4df26dedf77a67c75694617ca /Config.py
parentf3a0a94d4ea3f125bfd21d939a55a3bc941982de (diff)
Path and icons changes
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/Config.py b/Config.py
index 7dd76dc..47dd713 100644
--- a/Config.py
+++ b/Config.py
@@ -26,8 +26,10 @@ print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
#PATHS
-SOUNDS_DIR = "/usr/share/activities/TamTamEdit.activity/Resources/Sounds"
-#SOUNDS_DIR = TAM_TAM_ROOT + "/Resources/Sounds"
+if os.path.isdir('/usr/share/activities/TamTamEdit.activity/Resources/Sounds'):
+ SOUNDS_DIR = "/usr/share/activities/TamTamEdit.activity/Resources/Sounds"
+else:
+ SOUNDS_DIR = TAM_TAM_ROOT + "/Resources/Sounds"
FILES_DIR = TAM_TAM_ROOT + "/Resources"
TUNE_DIR='/'
SYNTH_DIR='/'