Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Framework/Constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'Framework/Constants.py')
-rw-r--r--Framework/Constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Framework/Constants.py b/Framework/Constants.py
index cfa0939..0adaa89 100644
--- a/Framework/Constants.py
+++ b/Framework/Constants.py
@@ -2,7 +2,8 @@ import os
class Constants:
#PATHS
- TAM_TAM_ROOT = os.getenv('TAMTAM_ROOT')
+ #TAM_TAM_ROOT = os.getenv('TAMTAM_ROOT')
+ TAM_TAM_ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
print 'INFO: loaded TAMTAM_ROOT=%s' % TAM_TAM_ROOT
#DEFAULTS