Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authorOli <olpc@localhost.localdomain>2007-03-04 08:23:27 (GMT)
committer Oli <olpc@localhost.localdomain>2007-03-04 08:23:27 (GMT)
commit611a2283e2e6b5f14e0ed49c30da1b19d4d72f3f (patch)
tree0218c36af7336ede72eebc1e3304daf228cf6226 /Config.py
parentb4967930d9c5941da2e49f48d98aca6e296bfe3b (diff)
parent1f1f59463555596fa3bdd2cbf2c9217f7d13eb81 (diff)
Merge branch 'master' of git+ssh://olipet@dev.laptop.org/git/projects/tamtam
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.py b/Config.py
index 01589c1..f540a5b 100644
--- a/Config.py
+++ b/Config.py
@@ -14,7 +14,7 @@ if os.path.isfile("DEBUG"):
if len(l): DEBUG = int( l )
else: DEBUG = 99
else:
- DEBUG = False
+ DEBUG = 0
print "Debug Level %d" % (DEBUG)