mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
More fixes for the license obfuscation
This commit is contained in:
@@ -27,7 +27,7 @@ from django.contrib.auth.models import User
|
|||||||
# AWX
|
# AWX
|
||||||
from awx.main.models import *
|
from awx.main.models import *
|
||||||
from awx.main.signals import ignore_inventory_computed_fields, disable_activity_stream
|
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')
|
logger = logging.getLogger('awx.main.commands.inventory_import')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user