aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-11-04 22:37:08 +0100
committercedricbonhomme <devnull@localhost>2010-11-04 22:37:08 +0100
commitc7ccb29003c3e50724a5fdb3820c0e7d5ab99114 (patch)
treec13b7bc8fdc095ea9a87be8ab18d2ff838763c2f /pyAggr3g470r.py
parentImprovement of the performance (concerning the load of articles from data bas... (diff)
downloadnewspipe-c7ccb29003c3e50724a5fdb3820c0e7d5ab99114.tar.gz
newspipe-c7ccb29003c3e50724a5fdb3820c0e7d5ab99114.tar.bz2
newspipe-c7ccb29003c3e50724a5fdb3820c0e7d5ab99114.zip
Added comments.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
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
bgstack15