mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: Update html2text import path
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import frappe
|
import frappe
|
||||||
import requests
|
import requests
|
||||||
from frappe import _
|
from frappe import _
|
||||||
|
from frappe.core.utils import html2text
|
||||||
from frappe.utils import sanitize_html
|
from frappe.utils import sanitize_html
|
||||||
from frappe.utils.global_search import search
|
from frappe.utils.global_search import search
|
||||||
from html2text import html2text
|
|
||||||
from jinja2 import utils
|
from jinja2 import utils
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user