diff options
author | cedricbonhomme <devnull@localhost> | 2011-01-20 17:36:57 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2011-01-20 17:36:57 +0100 |
commit | ea9f2f9ed1c11a18ec32f693d817c17df6db17ee (patch) | |
tree | bb2d29a88e4809daf5850feef9b1191a5383d387 /pyAggr3g470r.py | |
parent | Release 2.5. (diff) | |
download | newspipe-ea9f2f9ed1c11a18ec32f693d817c17df6db17ee.tar.gz newspipe-ea9f2f9ed1c11a18ec32f693d817c17df6db17ee.tar.bz2 newspipe-ea9f2f9ed1c11a18ec32f693d817c17df6db17ee.zip |
Updated date of release.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-x | pyAggr3g470r.py | 4 |
1 files 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) |