mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
Import json directly, don't assume it is always available via awx.main.models.*.
This commit is contained in:
parent
5a630d6bfa
commit
707c94f32d
@ -2,6 +2,7 @@
|
|||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
|
|
||||||
import cStringIO
|
import cStringIO
|
||||||
|
import json
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import select
|
import select
|
||||||
|
Loading…
Reference in New Issue
Block a user