diff --git a/lms/envs/cms/aws.py b/lms/envs/cms/aws.py index b807a0f545..a0e2f25d83 100644 --- a/lms/envs/cms/aws.py +++ b/lms/envs/cms/aws.py @@ -2,7 +2,7 @@ Settings for the LMS that runs alongside the CMS on AWS """ -from .aws import * +from ..aws import * with open(ENV_ROOT / "cms.auth.json") as auth_file: CMS_AUTH_TOKENS = json.load(auth_file)