summaryrefslogtreecommitdiff
path: root/sleekxmpp/basexmpp.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-16 21:15:31 -0400
committerLance Stout <lancestout@gmail.com>2010-10-16 21:15:31 -0400
commit505a63da3a4cdcd1a38fc18f41a6988d792dda8b (patch)
treee4b234188d436ff784d8c132ce10e422b64d0b75 /sleekxmpp/basexmpp.py
parent93fbcad2777cb853ec9f4e7132c078e503bba2f4 (diff)
downloadslixmpp-505a63da3a4cdcd1a38fc18f41a6988d792dda8b.tar.gz
slixmpp-505a63da3a4cdcd1a38fc18f41a6988d792dda8b.tar.bz2
slixmpp-505a63da3a4cdcd1a38fc18f41a6988d792dda8b.tar.xz
slixmpp-505a63da3a4cdcd1a38fc18f41a6988d792dda8b.zip
Cleanup, restore PEP8.
Diffstat (limited to 'sleekxmpp/basexmpp.py')
-rw-r--r--sleekxmpp/basexmpp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sleekxmpp/basexmpp.py b/sleekxmpp/basexmpp.py
index c022f838..78ecec33 100644
--- a/sleekxmpp/basexmpp.py
+++ b/sleekxmpp/basexmpp.py
@@ -460,7 +460,7 @@ class BaseXMPP(XMLStream):
def fulljid(self, value):
logging.warning("fulljid property deprecated. Use boundjid.full")
self.boundjid.full = value
-
+
@property
def resource(self):
"""
@@ -473,7 +473,7 @@ class BaseXMPP(XMLStream):
def resource(self, value):
logging.warning("fulljid property deprecated. Use boundjid.full")
self.boundjid.resource = value
-
+
@property
def username(self):
"""