Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: use full import path to safe_lxml
Previously, edx-platform's safe_lxml module was imported as: import safe_lxml This still works, but will stop working very soon. This commit updates edx-sga's usage of safe_lxml to the new, correct import path: import openedx.core.lib.safe_lxml (Details & reasoning behind this import path change: * https://discuss.openedx.org/t/breaking-apart-edx-platforms-common-lib-folder/7556 * https://openedx.atlassian.net/browse/BOM-2579) This change is NOT backwards-compatible with Nutmeg or earlier.
- Loading branch information