mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
convert py2 -> py3
This commit is contained in:
@@ -19,7 +19,7 @@ import mimetypes
|
||||
from split_settings.tools import optional, include
|
||||
|
||||
# Load default settings.
|
||||
from defaults import * # NOQA
|
||||
from .defaults import * # NOQA
|
||||
|
||||
# don't use memcache when running tests
|
||||
if "pytest" in sys.modules:
|
||||
|
||||
Reference in New Issue
Block a user