fix import of deprecate function

This commit is contained in:
Rahiel Kasim 2016-04-28 14:47:56 +02:00
parent 592352c849
commit c0489db17c

View file

@ -20,7 +20,7 @@
""" This module contains the base class for handlers as used by the
Dispatcher """
from telegram.deprecate import deprecate
from telegram.utils.deprecate import deprecate
class Handler(object):