mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix failing build for python 3.3, 3.4 and pypy3
This commit is contained in:
@ -3,8 +3,7 @@
|
||||
import json
|
||||
import six
|
||||
|
||||
import util
|
||||
|
||||
from telebot import util
|
||||
|
||||
class JsonSerializable:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user