nephila/djangocms-helper

View on GitHub
djangocms_helper/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
"""
This is a compatibility package to allow legacy import to work without any changes
"""

import sys

# clone app_helper in djangocms_helper module
import app_helper  # NOQA

sys.modules[__name__] = sys.modules["app_helper"]