chore: add star imports back for backward compat

This commit is contained in:
Ankush Menat 2023-08-23 17:48:54 +05:30
parent 1434556a64
commit 31bdb209ed
2 changed files with 3 additions and 10 deletions

View file

@ -0,0 +1,2 @@
from .exceptions import *
from .utils import *

View file

@ -22,16 +22,7 @@ from frappe.utils.file_manager import is_safe_path
from frappe.utils.image import optimize_image, strip_exif_data
from .exceptions import AttachmentLimitReached, FolderNotEmpty, MaxFileSizeReachedError
from .utils import (
decode_file_content,
delete_file,
generate_file_name,
get_content_hash,
get_local_image,
get_web_image,
setup_folder_path,
update_existing_file_docs,
)
from .utils import *
exclude_from_linked_with = True
ImageFile.LOAD_TRUNCATED_IMAGES = True