Skip to content

Commit

Permalink
fix: xblockutils is deprecated
Browse files Browse the repository at this point in the history
All of the functionalities in xblockutils is moved to xblock.utils inside XBlock pakcage
  • Loading branch information
CodeWithEmad committed Aug 1, 2024
1 parent 3d5b9d3 commit 9e4ac98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ django-statici18n
edx-i18n-tools
Mako
XBlock
xblock-utils
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from web_fragments.fragment import Fragment
from xblock.core import XBlock
from xblock.fields import Integer, Scope
from xblockutils.resources import ResourceLoader
from xblock.utils.resources import ResourceLoader


class {{cookiecutter.class_name}}(XBlock):
Expand Down

0 comments on commit 9e4ac98

Please sign in to comment.