mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
move botan to contrib
This commit is contained in:
parent
3907e64966
commit
c8497424b7
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
from .deprecate import deprecate
|
||||
from telegram.ext.botan import Botan as Bo
|
||||
from telegram.contrib.botan import Botan as Bo
|
||||
|
||||
Botan = deprecate(Bo, 'telegram.utils.botan', 'telegram.ext.botan')
|
||||
Botan = deprecate(Bo, 'telegram.utils.botan', 'telegram.contrib.botan')
|
||||
|
|
|
@ -9,7 +9,7 @@ from flaky import flaky
|
|||
|
||||
sys.path.append('.')
|
||||
|
||||
from telegram.ext.botan import Botan
|
||||
from telegram.contrib.botan import Botan
|
||||
from tests.base import BaseTest
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue