From b51a867b5f234731f5e436938eda31f8d08ae640 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 3 Apr 2014 17:16:03 -0400 Subject: [PATCH] More fixes for the license obfuscation --- awx/main/management/commands/inventory_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')