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, 1 insertions, 0 deletions
diff --git a/common/Config.py b/common/Config.py
index 8efc36c..3a0ed11 100644
--- a/common/Config.py
+++ b/common/Config.py
@@ -7,6 +7,7 @@ from sugar import env
SugarMode = True
+print "cwd:", os.getcwd()
if os.path.isfile("DEBUG"):
f = open("DEBUG")
l = f.read(10)