change imports to reflect isolated->expect move

This commit is contained in:
AlanCoding
2017-08-15 11:47:29 -04:00
parent e79ca131a6
commit 6944ffa010
6 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ import logging
from django.conf import settings
import awx
from awx.main.isolated import run
from awx.main.expect import run
from awx.main.utils import OutputEventFilter
from awx.main.queue import CallbackQueueDispatcher