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: except:
SRV_SUPPORT = False SRV_SUPPORT = False
class ClientXMPP(BaseXMPP): class ClientXMPP(BaseXMPP):
""" """
@ -241,7 +242,7 @@ class ClientXMPP(BaseXMPP):
def _handle_starttls(self, xml): def _handle_starttls(self, xml):
""" """
Handle notification that the server supports TLS. Handle notification that the server supports TLS.
Arguments: Arguments:
xml -- The STARTLS proceed element. xml -- The STARTLS proceed element.
""" """