Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-02-2E-11.localdomain>2007-06-18 22:23:40 (GMT)
committer amartin <olpc@xo-02-2E-11.localdomain>2007-06-18 22:23:40 (GMT)
commit5d077516531ef26d886fde69805973931b580687 (patch)
tree3b1029c2c44d11f61d9133e5099cef7f6ec2ad3a /Config.py
parent31aa71f7a91dfa8deadbdb63cb6e1988ab02654e (diff)
parent63de51c419a2198e69b72eb8ba418315bdb84f7c (diff)
Merge branch 'master' of git+ssh://amartin@dev.laptop.org/git/projects/tamtam
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Config.py b/Config.py
index 50a7fa0..a8011e3 100644
--- a/Config.py
+++ b/Config.py
@@ -27,12 +27,15 @@ print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
SOUNDS_DIR = TAM_TAM_ROOT + "/Resources/Sounds"
FILES_DIR = TAM_TAM_ROOT + "/Resources"
TUNE_DIR='/'
+SYNTH_DIR='/'
if SugarMode == True:
PREF_DIR = env.get_profile_path() + '/tamtam'
TUNE_DIR=env.get_profile_path() + '/tamtam/tunes'
+ SYNTH_DIR=env.get_profile_path() + '/tamtam/synthlab'
else:
PREF_DIR = SOUNDS_DIR + '/temp'
TUNE_DIR= os.getenv('HOME') + '/.tamtam/tunes'
+ SYNTH_DIR= os.getenv('HOME') + '/.tamtam/synthlab'
#PLUGIN