Fixed whitespace issue.

This commit is contained in:
Lance Stout 2010-10-06 14:31:33 -04:00
parent 259f91d2bd
commit 77b8f0f4bb

View file

@ -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.
"""