From b97f5585b91f581ffd0e637e3a02b9713859ca86 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Mon, 1 Jul 2013 16:22:00 -0400 Subject: [PATCH] Re-added a missing import --- cms/djangoapps/contentstore/features/textbooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/djangoapps/contentstore/features/textbooks.py b/cms/djangoapps/contentstore/features/textbooks.py index 0b7b5eaaf5..a03bf77e16 100644 --- a/cms/djangoapps/contentstore/features/textbooks.py +++ b/cms/djangoapps/contentstore/features/textbooks.py @@ -2,6 +2,7 @@ #pylint: disable=W0621 from lettuce import world, step +from django.conf import settings import os TEST_ROOT = settings.COMMON_TEST_DATA_ROOT