diff options
author | Lance Stout <lancestout@gmail.com> | 2010-10-06 15:12:39 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-10-06 15:12:39 -0400 |
commit | c294c1a85c2defa74a98a1215a4739cb3647d6cb (patch) | |
tree | 899279791695ed94643859835b3af57ad9e9a8bb /sleekxmpp/xmlstream/stanzabase.py | |
parent | cbe76c8a70540d8890c2be97a908a00d93f5e597 (diff) | |
download | slixmpp-c294c1a85c2defa74a98a1215a4739cb3647d6cb.tar.gz slixmpp-c294c1a85c2defa74a98a1215a4739cb3647d6cb.tar.bz2 slixmpp-c294c1a85c2defa74a98a1215a4739cb3647d6cb.tar.xz slixmpp-c294c1a85c2defa74a98a1215a4739cb3647d6cb.zip |
More PEP8 compliance cleanups.
Cleaned up the atom entry stanza.
Diffstat (limited to 'sleekxmpp/xmlstream/stanzabase.py')
-rw-r--r-- | sleekxmpp/xmlstream/stanzabase.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/xmlstream/stanzabase.py b/sleekxmpp/xmlstream/stanzabase.py index f8242005..f4a7e506 100644 --- a/sleekxmpp/xmlstream/stanzabase.py +++ b/sleekxmpp/xmlstream/stanzabase.py @@ -588,7 +588,6 @@ class ElementBase(object): if isinstance(xpath, str): xpath = self._fix_ns(xpath, split=True, propagate_ns=False) - # Extract the tag name and attribute checks for the first XPath node. components = xpath[0].split('@') tag = components[0] |