remove traceback import

This commit is contained in:
Bob Pasker 2015-12-31 09:29:02 -05:00
parent cc6c4a6eb9
commit b0ad07f30f

View file

@ -25,7 +25,6 @@ from functools import wraps
from inspect import getargspec
from threading import Thread, BoundedSemaphore, Lock
from re import match
from traceback import print_exc
from telegram import (TelegramError, Update, NullHandler)