From d7f112e5c02c04b8ff88d5ee422dbef9b504e169 Mon Sep 17 00:00:00 2001 From: Thomas Perl Date: Sat, 22 Jan 2011 14:28:32 +0100 Subject: [PATCH] Fix docstring of jabberbot.py --- jabberbot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jabberbot.py b/jabberbot.py index aeb91db..cddb611 100644 --- a/jabberbot.py +++ b/jabberbot.py @@ -17,6 +17,7 @@ # along with this program. If not, see . # +"""A simple Jabber/XMPP bot framework""" import os import re @@ -33,8 +34,6 @@ import inspect import logging import traceback -"""A simple jabber/xmpp bot framework""" - __author__ = 'Thomas Perl ' __version__ = '0.11' __website__ = 'http://thp.io/2007/python-jabberbot/' -- 2.11.4.GIT