From 21912c821ccb984f79c911f7cb89698a111662ab Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 25 Jun 2015 16:49:49 +0100 Subject: [PATCH] import bugfix --- tqdm/_tqdm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tqdm/_tqdm.py b/tqdm/_tqdm.py index a470db7b..76c9f9d8 100644 --- a/tqdm/_tqdm.py +++ b/tqdm/_tqdm.py @@ -8,7 +8,7 @@ Usage: ... """ from __future__ import division, absolute_import -from _utils import _is_utf, _supports_unicode, _environ_cols +from ._utils import _supports_unicode, _environ_cols import sys import time