fix import

This commit is contained in:
jvmaia 2018-09-24 10:48:15 -03:00
parent b34c32e403
commit f91f07e139

View file

@ -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: