From c294c1a85c2defa74a98a1215a4739cb3647d6cb Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 6 Oct 2010 15:12:39 -0400 Subject: More PEP8 compliance cleanups. Cleaned up the atom entry stanza. --- sleekxmpp/exceptions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sleekxmpp/exceptions.py') diff --git a/sleekxmpp/exceptions.py b/sleekxmpp/exceptions.py index 40217ef6..980c6b6e 100644 --- a/sleekxmpp/exceptions.py +++ b/sleekxmpp/exceptions.py @@ -6,6 +6,7 @@ See the file LICENSE for copying permission. """ + class XMPPError(Exception): """ -- cgit v1.2.3