Mercurial > libervia-pubsub
changeset 223:0eafdced5f24
Oh, it's 2010 already?
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sat, 16 Oct 2010 22:53:23 +0200 |
parents | 698af5d720ad |
children | 55b45c7dccb4 |
files | idavoll/backend.py idavoll/memory_storage.py idavoll/tap.py idavoll/test/test_backend.py idavoll/test/test_storage.py |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/idavoll/backend.py Sat Oct 16 21:03:38 2010 +0200 +++ b/idavoll/backend.py Sat Oct 16 22:53:23 2010 +0200 @@ -1,6 +1,6 @@ # -*- test-case-name: idavoll.test.test_backend -*- # -# Copyright (c) 2003-2009 Ralph Meijer +# Copyright (c) 2003-2010 Ralph Meijer # See LICENSE for details. """
--- a/idavoll/memory_storage.py Sat Oct 16 21:03:38 2010 +0200 +++ b/idavoll/memory_storage.py Sat Oct 16 22:53:23 2010 +0200 @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2008 Ralph Meijer +# Copyright (c) 2003-2010 Ralph Meijer # See LICENSE for details. import copy
--- a/idavoll/tap.py Sat Oct 16 21:03:38 2010 +0200 +++ b/idavoll/tap.py Sat Oct 16 22:53:23 2010 +0200 @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2009 Ralph Meijer +# Copyright (c) 2003-2010 Ralph Meijer # See LICENSE for details. from twisted.application import service