summaryrefslogtreecommitdiff
path: root/sleekxmpp/exceptions.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-08-18 02:46:48 -0700
committerLance Stout <lancestout@gmail.com>2011-08-18 02:46:48 -0700
commit3e51126e18f4943a825b31c34fa11d8c37982332 (patch)
tree632a06c792ecfb1f117387acf69b49a1c3a8261b /sleekxmpp/exceptions.py
parenta714fa82b25506df4511e956b1b0cf5f67475e53 (diff)
downloadslixmpp-3e51126e18f4943a825b31c34fa11d8c37982332.tar.gz
slixmpp-3e51126e18f4943a825b31c34fa11d8c37982332.tar.bz2
slixmpp-3e51126e18f4943a825b31c34fa11d8c37982332.tar.xz
slixmpp-3e51126e18f4943a825b31c34fa11d8c37982332.zip
PEP8 edits
Diffstat (limited to 'sleekxmpp/exceptions.py')
-rw-r--r--sleekxmpp/exceptions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sleekxmpp/exceptions.py b/sleekxmpp/exceptions.py
index 8329a3c3..49d0f940 100644
--- a/sleekxmpp/exceptions.py
+++ b/sleekxmpp/exceptions.py
@@ -64,6 +64,7 @@ class IqTimeout(Exception):
def __init__(self, iq):
self.iq = iq
+
class IqError(Exception):
"""