Skip to content

Commit 8017c8d

Browse files
committed
Fix failing build for python 3.3, 3.4 and pypy3
1 parent 2545724 commit 8017c8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

telebot/types.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import json
44
import six
55

6-
import util
7-
6+
from telebot import util
87

98
class JsonSerializable:
109
"""

0 commit comments

Comments
 (0)