From c7ccb29003c3e50724a5fdb3820c0e7d5ab99114 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 4 Nov 2010 22:37:08 +0100 Subject: Added comments. --- pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index be2e796c..317fd140 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -1179,4 +1179,4 @@ if __name__ == '__main__': thread_watch_base = threading.Thread(None, root.watch_base_classic, None, ()) thread_watch_base.setDaemon(True) thread_watch_base.start() - cherrypy.quickstart(root, config=path) + cherrypy.quickstart(root, config=path) \ No newline at end of file -- cgit