Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-15 03:43:14 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-15 03:43:14 (GMT)
commit0fb85d883d529b1dbdc6932b7efa79cc01c9f1de (patch)
tree3ea24d6c1f3a4be26cb8a7c9d86b562a5bb87d1e /common
parente3f798c723efebaa9d06ff0de52af50d76d36967 (diff)
Include common directory to each activity(until meta-bundle support in sugar-0.86)
Diffstat (limited to 'common')
-rw-r--r--common/Config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Config.py b/common/Config.py
index 76ba7eb..7b6bbad 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -33,7 +33,7 @@ logging.debug('INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT)
DATA_DIR = os.path.join(get_activity_root(), 'data')
SNDS_INFO_DIR = os.path.join(get_activity_root(), 'data', 'snds_info')
-FILES_DIR = os.path.join(TAM_TAM_ROOT, "..", "TamTamEdit.activity", "common", "Resources")
+FILES_DIR = os.path.join(TAM_TAM_ROOT, "common", "Resources")
SOUNDS_DIR = os.path.join(FILES_DIR, "Sounds", "")
IMAGE_ROOT = os.path.join(FILES_DIR, "Images", "")