aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2011-01-20 17:36:57 +0100
committercedricbonhomme <devnull@localhost>2011-01-20 17:36:57 +0100
commitea9f2f9ed1c11a18ec32f693d817c17df6db17ee (patch)
treebb2d29a88e4809daf5850feef9b1191a5383d387
parentRelease 2.5. (diff)
downloadnewspipe-ea9f2f9ed1c11a18ec32f693d817c17df6db17ee.tar.gz
newspipe-ea9f2f9ed1c11a18ec32f693d817c17df6db17ee.tar.bz2
newspipe-ea9f2f9ed1c11a18ec32f693d817c17df6db17ee.zip
Updated date of release.
-rwxr-xr-xpyAggr3g470r.py4
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)
bgstack15