diff idavoll/test/__init__.py @ 167:ef22e4150caa

Move protocol implementations (pubsub, disco, forms) to and depend on wokkel. Author: ralphm Fixes: #4
author Ralph Meijer <ralphm@ik.nu>
date Wed, 03 Oct 2007 12:41:43 +0000
parents 5191ba7c4df8
children
line wrap: on
line diff
--- a/idavoll/test/__init__.py	Thu Jan 18 14:08:32 2007 +0000
+++ b/idavoll/test/__init__.py	Wed Oct 03 12:41:43 2007 +0000
@@ -1,3 +1,6 @@
-# Copyright (c) 2003-2006 Ralph Meijer
+# Copyright (c) 2003-2007 Ralph Meijer
 # See LICENSE for details.
 
+"""
+Tests for L{idavoll}.
+"""