fix: add compatibility shim for old frappe.pulse.utils imports
This commit is contained in:
parent
efc236ef37
commit
a9fef72d4e
2 changed files with 5 additions and 0 deletions
0
frappe/pulse/__init__.py
Normal file
0
frappe/pulse/__init__.py
Normal file
5
frappe/pulse/utils.py
Normal file
5
frappe/pulse/utils.py
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
"""Compatibility shim: keep old `frappe.pulse.utils` imports working."""
|
||||||
|
|
||||||
|
from frappe.utils import get_app_version, get_frappe_version
|
||||||
|
|
||||||
|
__all__ = ["get_app_version", "get_frappe_version"]
|
||||||
Loading…
Add table
Reference in a new issue