mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
moved new fact implementation to fact app
This commit is contained in:
7
awx/fact/tests/__init__.py
Normal file
7
awx/fact/tests/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2015 Ansible, Inc.
|
||||
# All Rights Reserved
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
from .models import * # noqa
|
||||
from .utils import * # noqa
|
||||
Reference in New Issue
Block a user