Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorent <florent.pigout@gmail.com>2011-06-06 01:17:04 (GMT)
committer florent <florent.pigout@gmail.com>2011-06-06 01:17:04 (GMT)
commit69637d214246b26423c92ea7ca8a3571ecc56b01 (patch)
tree836b0b7e163d8375022e9d5cbc47b092d79077e5
parent82c49461ac84b3ffc813fcc7937188148f54ed2b (diff)
fix naming error
-rw-r--r--app_main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app_main.py b/app_main.py
index f92ef06..de1d277 100644
--- a/app_main.py
+++ b/app_main.py
@@ -104,7 +104,7 @@ class AToiDeWeb(object):
if __name__ == "__main__":
# ...
- _web_debug = AToiDeWebDebug()
+ _web_debug = AToiDeWeb()
# ...
import atexit
atexit.register(_web_debug.close)