Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
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')