Add missing import of override_settings to fix a broken test in courseware

This commit is contained in:
Will Daly
2015-03-17 16:43:29 -04:00
parent 8e4ee78fff
commit 2bc82367ce

View File

@@ -7,6 +7,7 @@ from mock import patch
from django.conf import settings
from django.test import TestCase
from django.test.utils import override_settings
class TestFooter(TestCase):