Skip to content

Commit

Permalink
chore: move x_module utils within code package
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Jan 13, 2025
1 parent 3738602 commit 2566773
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
__pycache__
.pytest_cache

### Editor and IDE artifacts
.idea/

# C extensions
*.so

Expand Down
Empty file.
Empty file.
File renamed without changes.
2 changes: 1 addition & 1 deletion xblocks_contrib/word_cloud/word_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from xblock.utils.resources import ResourceLoader
from xblock.utils.studio_editable import StudioEditableXBlockMixin

from utils.mixins.x_module import XModuleToXBlockMixin
from xblocks_contrib.utils.mixins.x_module import XModuleToXBlockMixin

resource_loader = ResourceLoader(__name__)

Expand Down

0 comments on commit 2566773

Please sign in to comment.