From 8017c8d91912b92a0707cbfed81bbfb34e38e9b6 Mon Sep 17 00:00:00 2001 From: Pieter van den Ham Date: Thu, 19 May 2016 10:18:00 +0200 Subject: [PATCH] Fix failing build for python 3.3, 3.4 and pypy3 --- telebot/types.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/telebot/types.py b/telebot/types.py index 1593216..eb547f2 100644 --- a/telebot/types.py +++ b/telebot/types.py @@ -3,8 +3,7 @@ import json import six -import util - +from telebot import util class JsonSerializable: """