move awx.main.expect to awx.main.isolated

This commit is contained in:
Ryan Petrello
2019-03-29 12:14:40 -04:00
parent 3007b9c66a
commit 563a0cc2a4
8 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ from django.core.management.base import BaseCommand, CommandError
import ansible_runner
from awx.main.expect.isolated_manager import set_pythonpath
from awx.main.isolated.manager import set_pythonpath
class Command(BaseCommand):