Relocate encryption helpers, update settings, tests, and imports

This commit is contained in:
Wayne Witzel III
2017-06-09 14:38:13 -04:00
parent 2dcce4d615
commit b5d61c3c53
14 changed files with 201 additions and 203 deletions
+1 -19
View File
@@ -3,22 +3,4 @@
# AWX
from awx.main.utils.common import * # noqa
# Fields that didn't get included in __all__
# TODO: after initial commit of file move to devel, these can be added
# to common.py __all__ and removed here
from awx.main.utils.common import ( # noqa
RequireDebugTrueOrTest,
encrypt_field,
parse_yaml_or_json,
decrypt_field,
timestamp_apiformat,
model_instance_diff,
model_to_dict,
check_proot_installed,
build_proot_temp_dir,
wrap_args_with_proot,
get_system_task_capacity,
decrypt_field_value,
has_model_field_prefetched
)
from awx.main.utils.encryption import * # noqa