From 77b8f0f4bb503089c89676827849bad44ece9cd1 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 6 Oct 2010 14:31:33 -0400 Subject: Fixed whitespace issue. --- sleekxmpp/clientxmpp.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py index 023292ba..2fc13c84 100644 --- a/sleekxmpp/clientxmpp.py +++ b/sleekxmpp/clientxmpp.py @@ -30,6 +30,7 @@ try: except: SRV_SUPPORT = False + class ClientXMPP(BaseXMPP): """ @@ -241,7 +242,7 @@ class ClientXMPP(BaseXMPP): def _handle_starttls(self, xml): """ Handle notification that the server supports TLS. - + Arguments: xml -- The STARTLS proceed element. """ -- cgit v1.2.3