summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2010-10-06 15:12:39 -0400
committerLance Stout <lancestout@gmail.com>2010-10-06 15:12:39 -0400
commitc294c1a85c2defa74a98a1215a4739cb3647d6cb (patch)
tree899279791695ed94643859835b3af57ad9e9a8bb /sleekxmpp/xmlstream/__init__.py
parentcbe76c8a70540d8890c2be97a908a00d93f5e597 (diff)
downloadslixmpp-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/__init__.py')
-rw-r--r--sleekxmpp/xmlstream/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sleekxmpp/xmlstream/__init__.py b/sleekxmpp/xmlstream/__init__.py
index fadefa20..09514958 100644
--- a/sleekxmpp/xmlstream/__init__.py
+++ b/sleekxmpp/xmlstream/__init__.py
@@ -14,6 +14,6 @@ from sleekxmpp.xmlstream.tostring import tostring
from sleekxmpp.xmlstream.xmlstream import XMLStream, RESPONSE_TIMEOUT
from sleekxmpp.xmlstream.xmlstream import RestartStream
-__all__ = ['JID', 'Scheduler', 'StanzaBase', 'ElementBase',
- 'ET', 'StateMachine', 'tostring', 'XMLStream',
+__all__ = ['JID', 'Scheduler', 'StanzaBase', 'ElementBase',
+ 'ET', 'StateMachine', 'tostring', 'XMLStream',
'RESPONSE_TIMEOUT', 'RestartStream']