Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-10-26 05:50:30 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-10-26 05:50:30 (GMT)
commit9583b21dae8041c6544fb37de00ca42b034ebc98 (patch)
tree4c37d754cdaa5b332969f7fc30f0bba31025d006 /common/Config.py
parent3aebf3dad1f5c137a5182cfe06b8edc778a5ddb9 (diff)
miniT tabs cleanup, loop settings moved to Jam
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/Config.py b/common/Config.py
index 2aae053..8efc36c 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -37,12 +37,14 @@ if SugarMode == True:
TUNE_DIR=env.get_profile_path() + '/tamtam/tunes'
SYNTH_DIR=env.get_profile_path() + '/tamtam/synthlab'
SNDS_DIR=env.get_profile_path() + '/tamtam/snds'
+ SNDS_INFO_DIR=env.get_profile_path() + '/tamtam/snds_info'
SCRATCH_DIR = PREF_DIR + "/.scratch/"
else:
PREF_DIR = os.getenv('HOME') + '/.tamtam'
TUNE_DIR= os.getenv('HOME') + '/.tamtam/tunes'
SYNTH_DIR= os.getenv('HOME') + '/.tamtam/synthlab'
SNDS_DIR= os.getenv('HOME') + '/.tamtam/snds'
+ SNDS_INFO_DIR = os.getenv('HOME') + '/.tamtam/snds_info'
SCRATCH_DIR = PREF_DIR + "/.scratch/"
#PLUGIN