fixes import for py35 env.

This commit is contained in:
Moisés Guimarães 2016-10-18 12:24:11 -03:00
parent 45e95b79ce
commit 3fb6e52457
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ else:
from twisted.internet import defer, reactor, ssl
from utils.misc import arg_to_iter
from .utils.misc import arg_to_iter
logger = logging.getLogger(__name__)