mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
move awx.main.expect to awx.main.isolated
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user