mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Change class from new-style class to object class
This commit is contained in:
parent
d7ebaa5bb3
commit
24deb8a51d
@ -5,7 +5,7 @@ import threading
|
|||||||
from telebot import apihelper
|
from telebot import apihelper
|
||||||
|
|
||||||
|
|
||||||
class HandlerBackend:
|
class HandlerBackend(object):
|
||||||
"""
|
"""
|
||||||
Class for saving (next step|reply) handlers
|
Class for saving (next step|reply) handlers
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user