Fixed broken piexif imports
This commit is contained in:
parent
a062936751
commit
e738837101
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ import sys
|
|||
|
||||
from ._common import *
|
||||
from ._exceptions import InvalidImageDataError
|
||||
from piexif import _webp
|
||||
from . import _webp
|
||||
|
||||
def insert(exif, image, new_file=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue