From eece835d9b35bca4fb9222e291e89a018d1a5a7e Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 10 Oct 2012 10:49:10 -0400 Subject: [PATCH] Put in an empty contentstore for the LMS by default --- lms/envs/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 5376590e1f..21b74f6406 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -221,6 +221,7 @@ MODULESTORE = { } } } +CONTENTSTORE = None ############################ SIGNAL HANDLERS ################################ # This is imported to register the exception signal handling that logs exceptions