Replaced traceback calls to use logging.exception where applicable.

This commit is contained in:
Lance Stout
2010-07-26 21:02:25 -04:00
parent 241aba8c76
commit c8989c04f3
4 changed files with 8 additions and 10 deletions

View File

@@ -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):