chore: add star imports back for backward compat
This commit is contained in:
parent
1434556a64
commit
31bdb209ed
2 changed files with 3 additions and 10 deletions
|
|
@ -0,0 +1,2 @@
|
|||
from .exceptions import *
|
||||
from .utils import *
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue