From ea9f2f9ed1c11a18ec32f693d817c17df6db17ee Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Thu, 20 Jan 2011 17:36:57 +0100 Subject: Updated date of release. --- pyAggr3g470r.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 526c2134..dda2272d 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -21,7 +21,7 @@ __author__ = "Cedric Bonhomme" __version__ = "$Revision: 2.5 $" -__date__ = "$Date: 2010/12/07 $" +__date__ = "$Date: 2011/01/19 $" __copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" @@ -1162,4 +1162,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) \ No newline at end of file + cherrypy.quickstart(root, config=path) -- cgit