diff --git a/awx/main/management/commands/inventory_import.py b/awx/main/management/commands/inventory_import.py index cc25e675be..ba989ea65f 100644 --- a/awx/main/management/commands/inventory_import.py +++ b/awx/main/management/commands/inventory_import.py @@ -27,7 +27,7 @@ from django.contrib.auth.models import User # AWX from awx.main.models import * from awx.main.signals import ignore_inventory_computed_fields, disable_activity_stream -from awx.main.licenses import LicenseReader +from awx.main.task_engine import TaskSerializer as LicenseReader logger = logging.getLogger('awx.main.commands.inventory_import')