From bff477e8d3e514acf79b76b8b2b454508f343edd Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Tue, 5 Feb 2013 11:35:12 -0500 Subject: [PATCH] Removing repos.json import --- cms/envs/aws.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cms/envs/aws.py b/cms/envs/aws.py index 48cfa3cf9a..a147f84531 100644 --- a/cms/envs/aws.py +++ b/cms/envs/aws.py @@ -52,10 +52,6 @@ LOGGING = get_logger_config(LOG_DIR, debug=False, service_variant=SERVICE_VARIANT) -with open(ENV_ROOT / "repos.json") as repos_file: - REPOS = json.load(repos_file) - - ################ SECURE AUTH ITEMS ############################### # Secret things: passwords, access keys, etc. with open(ENV_ROOT / CONFIG_PREFIX + "auth.json") as auth_file: