From 60c818f030160c438869ec923c574874d332d439 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Wed, 15 Jul 2015 19:03:26 -0400 Subject: [PATCH] Import missing settings module in tests of commerce views --- lms/djangoapps/commerce/tests/test_views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/djangoapps/commerce/tests/test_views.py b/lms/djangoapps/commerce/tests/test_views.py index 80c4920edb..8b64a2a57a 100644 --- a/lms/djangoapps/commerce/tests/test_views.py +++ b/lms/djangoapps/commerce/tests/test_views.py @@ -4,6 +4,7 @@ from uuid import uuid4 from nose.plugins.attrib import attr import ddt +from django.conf import settings from django.core.urlresolvers import reverse from django.test import TestCase import mock