Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Config.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-02-2E-11.localdomain>2007-06-18 22:23:33 (GMT)
committer amartin <olpc@xo-02-2E-11.localdomain>2007-06-18 22:23:33 (GMT)
commit31aa71f7a91dfa8deadbdb63cb6e1988ab02654e (patch)
treefd89f6bb859be7126ab03156a9839ecf6f99fdfb /Config.py
parenteabe84c60f65357beeb45fd2a2240d944b5759c5 (diff)
DEBUG close file
Diffstat (limited to 'Config.py')
-rw-r--r--Config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Config.py b/Config.py
index 4ca1b69..50a7fa0 100644
--- a/Config.py
+++ b/Config.py
@@ -11,6 +11,7 @@ except ImportError:
if os.path.isfile("DEBUG"):
f = open("DEBUG")
l = f.read(10)
+ f.close()
if len(l): DEBUG = int( l )
else: DEBUG = 99
else: