Merge pull request #18427 from edx/jeskew/fix_some_deprecation_warnings
Fix some deprecation warnings.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
"""
|
||||
License mixin for XBlocks and XModules
|
||||
"""
|
||||
from xblock.fields import Scope, String, XBlockMixin
|
||||
from xblock.core import XBlockMixin
|
||||
from xblock.fields import Scope, String
|
||||
|
||||
# Make '_' a no-op so we can scrape strings. Using lambda instead of
|
||||
# `django.utils.translation.ugettext_noop` because Django cannot be imported in this file
|
||||
|
||||
Reference in New Issue
Block a user