From 11b2bc33fe08e116347c21cc8ae5baa6e9352bb8 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Wed, 20 Sep 2017 13:14:01 -0400 Subject: [PATCH] add scheduler module __init__ --- awx/main/scheduler/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 awx/main/scheduler/__init__.py diff --git a/awx/main/scheduler/__init__.py b/awx/main/scheduler/__init__.py new file mode 100644 index 0000000000..87e635fc01 --- /dev/null +++ b/awx/main/scheduler/__init__.py @@ -0,0 +1,4 @@ +# Copyright (c) 2017 Ansible, Inc. +# + +from awx.main.scheduler.task_manager import TaskManager # noqa