mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 09:57:33 -02:30
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