Skip to content

Commit 5d803d6

Browse files
Update SWIG to v4.4.0
1 parent 691dcf9 commit 5d803d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+38348
-31896
lines changed

src/swig-0_27_7/basicio.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file was automatically generated by SWIG (https://www.swig.org).
2-
# Version 4.3.1
2+
# Version 4.4.0
33
#
44
# Do not make changes to this file unless you know what you are doing - modify
55
# the SWIG interface file instead.
@@ -8,7 +8,7 @@
88
import exiv2.types
99

1010
# Pull in all the attributes from the low-level C/C++ module
11-
if __package__ or "." in __name__:
11+
if getattr(globals().get("__spec__"), "parent", None) or __package__ or "." in __name__:
1212
from ._basicio import *
1313
else:
1414
from _basicio import *

0 commit comments

Comments
 (0)