remove system tracking

* Leave the artisanal handcrafted migration from vendored fact scan to
external fact gathering.
This commit is contained in:
chris meyers
2019-04-10 08:26:53 -04:00
parent dc833bbaa7
commit 0c6a522813
16 changed files with 30 additions and 1343 deletions

View File

@@ -49,7 +49,6 @@ from awx.main.models.mixins import ( # noqa
TaskManagerUnifiedJobMixin,
)
from awx.main.models.notifications import Notification, NotificationTemplate # noqa
from awx.main.models.fact import Fact # noqa
from awx.main.models.label import Label # noqa
from awx.main.models.workflow import ( # noqa
WorkflowJob, WorkflowJobNode, WorkflowJobOptions, WorkflowJobTemplate,