ModuleStoreTestCase moved to new location

This commit is contained in:
Steve Strassmann
2013-04-24 11:33:47 -04:00
parent 8ab467a9fc
commit dd71ae818a

View File

@@ -4,7 +4,7 @@ from django.core.urlresolvers import reverse
from django.contrib.auth.models import User
from django.test.client import Client
from .utils import ModuleStoreTestCase
from xmodule.modulestore.tests.django_utils import ModuleStoreTestCase
class InternationalizationTest(ModuleStoreTestCase):
"""