Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Config.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-05-28-21.localdomain>2007-12-27 10:13:17 (GMT)
committer amartin <olpc@xo-05-28-21.localdomain>2007-12-27 10:13:17 (GMT)
commit32a03b1c90a0df81f97104a671dddaa137b634af (patch)
tree1a205f59fe85f9073e4ceecc657b23540815fb9d /common/Config.py
parent0547c68b55579fca5eb1e87753bc1dc019aefb05 (diff)
network
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)