Import CMS code using fully qualified module names

or, using proper the proper Python 3 relative imports
(e.g., 'from .views import x') which are standard and
unambiguous.
This commit is contained in:
Kyle McCormick
2020-10-01 15:59:46 -04:00
committed by Kyle McCormick
parent 7538691484
commit 538dbf696b
114 changed files with 313 additions and 315 deletions

View File

@@ -13,7 +13,7 @@ from django.test.client import Client
from mock import Mock
from opaque_keys.edx.keys import AssetKey, CourseKey
from contentstore.utils import reverse_url
from cms.djangoapps.contentstore.utils import reverse_url
from student.models import Registration
from xmodule.contentstore.django import contentstore
from xmodule.modulestore import ModuleStoreEnum