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>2008-05-23 15:15:58 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2008-05-23 15:15:58 (GMT)
commit1f827299ad820c1ca6f7ea6cde29cb702f89ad7e (patch)
treece8a1663a5a099d3598ca78d1f370eff0facffa3 /common/Config.py
parent4fddb1ff0ada13fd31ddad5e2ae61dcd192664fc (diff)
security model, cleanup, SynthLab to OGG
Diffstat (limited to 'common/Config.py')
-rw-r--r--common/Config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/Config.py b/common/Config.py
index 0bf0210..474bd82 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -46,7 +46,6 @@ if SugarMode == True:
INSTANCE_DIR = os.path.join(get_activity_root(), 'instance')
DATA_DIR = os.path.join(get_activity_root(), 'data')
TMP_DIR = os.path.join(get_activity_root(), 'tmp')
- SNDS_DIR = DATA_DIR
SNDS_INFO_DIR = os.path.join(get_activity_root(), 'data', 'snds_info')