From 1dcd2b18832ad8107edaf4e50b3a5c9e7d7b40e5 Mon Sep 17 00:00:00 2001 From: Wayne Witzel III Date: Fri, 28 Sep 2018 10:33:57 -0400 Subject: [PATCH] make views.py a directory based module --- awx/api/{views.py => views/__init__.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename awx/api/{views.py => views/__init__.py} (100%) diff --git a/awx/api/views.py b/awx/api/views/__init__.py similarity index 100% rename from awx/api/views.py rename to awx/api/views/__init__.py