From f91f07e139693201974a6c2b4e382add02bda477 Mon Sep 17 00:00:00 2001 From: jvmaia Date: Mon, 24 Sep 2018 10:48:15 -0300 Subject: [PATCH] fix import --- twython/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/endpoints.py b/twython/endpoints.py index 78b2668..0d1dd39 100644 --- a/twython/endpoints.py +++ b/twython/endpoints.py @@ -19,7 +19,7 @@ import os import warnings from io import BytesIO from time import sleep -from utils import old_format_direct_messages +from .utils import old_format_direct_messages #try: #from StringIO import StringIO #except ImportError: