Import missing settings module in tests of commerce views

This commit is contained in:
Renzo Lucioni
2015-07-15 19:03:26 -04:00
parent 7673bde898
commit 60c818f030

View File

@@ -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