diff options
author | Lance Stout <lancestout@gmail.com> | 2011-08-04 22:37:22 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-08-04 22:37:22 -0700 |
commit | 47bc50d9fbbe8d72b589a6360aa8b5f32d6ba74b (patch) | |
tree | bea40ff79dc92dd38c1152905658dde1e84df96b /sleekxmpp/features/feature_mechanisms/mechanisms.py | |
parent | 93a4a3f8a0f64eed846895365fa3da059bbf5ea1 (diff) | |
download | slixmpp-47bc50d9fbbe8d72b589a6360aa8b5f32d6ba74b.tar.gz slixmpp-47bc50d9fbbe8d72b589a6360aa8b5f32d6ba74b.tar.bz2 slixmpp-47bc50d9fbbe8d72b589a6360aa8b5f32d6ba74b.tar.xz slixmpp-47bc50d9fbbe8d72b589a6360aa8b5f32d6ba74b.zip |
Cosmetic PEP8 fixes.
Diffstat (limited to 'sleekxmpp/features/feature_mechanisms/mechanisms.py')
-rw-r--r-- | sleekxmpp/features/feature_mechanisms/mechanisms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/features/feature_mechanisms/mechanisms.py b/sleekxmpp/features/feature_mechanisms/mechanisms.py index d60818bb..2debf3be 100644 --- a/sleekxmpp/features/feature_mechanisms/mechanisms.py +++ b/sleekxmpp/features/feature_mechanisms/mechanisms.py @@ -29,7 +29,6 @@ class feature_mechanisms(base_plugin): self.description = "SASL Stream Feature" self.stanza = stanza - def tls_active(): return 'starttls' in self.xmpp.features |