diff options
author | Lance Stout <lancestout@gmail.com> | 2010-07-26 21:02:25 -0400 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2010-07-26 21:02:25 -0400 |
commit | c8989c04f3675235e3ae730cb240e2154b5d9e76 (patch) | |
tree | 5b20b21ae2575cb76dae32e985aa20484bdab76f /sleekxmpp/plugins/xep_0050.py | |
parent | 241aba8c767ded0c931b2d70ac223eb81f174f1c (diff) | |
download | slixmpp-c8989c04f3675235e3ae730cb240e2154b5d9e76.tar.gz slixmpp-c8989c04f3675235e3ae730cb240e2154b5d9e76.tar.bz2 slixmpp-c8989c04f3675235e3ae730cb240e2154b5d9e76.tar.xz slixmpp-c8989c04f3675235e3ae730cb240e2154b5d9e76.zip |
Replaced traceback calls to use logging.exception where applicable.
Diffstat (limited to 'sleekxmpp/plugins/xep_0050.py')
-rw-r--r-- | sleekxmpp/plugins/xep_0050.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0050.py b/sleekxmpp/plugins/xep_0050.py index 4ff42859..5efb9116 100644 --- a/sleekxmpp/plugins/xep_0050.py +++ b/sleekxmpp/plugins/xep_0050.py @@ -9,7 +9,6 @@ from __future__ import with_statement from . import base import logging from xml.etree import cElementTree as ET -import traceback import time class xep_0050(base.base_plugin): |