Adds telegram.utils.botan back using deprecate

This commit is contained in:
Leandro Toledo 2016-05-26 14:13:27 -03:00
parent c4d5eff9f3
commit 3907e64966

4
telegram/utils/botan.py Normal file
View file

@ -0,0 +1,4 @@
from .deprecate import deprecate
from telegram.ext.botan import Botan as Bo
Botan = deprecate(Bo, 'telegram.utils.botan', 'telegram.ext.botan')