Skip to content

Commit

Permalink
Updated fragment import to remove depreciation warning
Browse files Browse the repository at this point in the history
Updated fragment import to remove depreciation warning

fixed import style
  • Loading branch information
AhtishamShahid committed Mar 31, 2020
1 parent ee57eb3 commit 5334f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drag_and_drop_v2/drag_and_drop_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from xblock.core import XBlock
from xblock.exceptions import JsonHandlerError
from xblock.fields import Boolean, Dict, Float, Integer, Scope, String
from xblock.fragment import Fragment
from xblock.scorable import ScorableXBlockMixin, Score
from web_fragments.fragment import Fragment
from xblockutils.resources import ResourceLoader
from xblockutils.settings import ThemableXBlockMixin, XBlockWithSettingsMixin

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def package_data(pkg, root_list):

setup(
name='xblock-drag-and-drop-v2',
version='2.2.8',
version='2.2.9',
description='XBlock - Drag-and-Drop v2',
packages=['drag_and_drop_v2'],
install_requires=[
Expand Down

0 comments on commit 5334f4d

Please sign in to comment.