mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-04-13 05:34:23 +03:00
Merge 7bed1aed5d
into 6e4794bab1
This commit is contained in:
commit
c3fca19a01
|
@ -5042,7 +5042,7 @@ def _resolve_calling_module():
|
|||
|
||||
def _resolve_calling_package_name():
|
||||
module = _resolve_calling_module()
|
||||
return module.__package__
|
||||
return getattr(module, "__package__", None)
|
||||
|
||||
|
||||
cpdef _copy_parent(object from_, object to, dict memo):
|
||||
|
|
Loading…
Reference in New Issue
Block a user