diff --git a/telegram/ext/handler.py b/telegram/ext/handler.py index 85805ac3f..fd93b5f42 100644 --- a/telegram/ext/handler.py +++ b/telegram/ext/handler.py @@ -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):