Skip to content
Commit 552fa129 authored by hydrargyrum's avatar hydrargyrum
Browse files

weboob compat: prepend our compatibility Finder instead of append

If we append, "weboob.x" will not be resolved by regular Finders so our
custom finder will be hit. However, for importing "weboob.x.y", standard
Finders will find something, basing on "weboob.x.__spec__", and eventually
duplicating python modules, precisely what we wanted to avoid.
To ensure our custom Finder is called even for "weboob.x.y", prepend it.
parent 2a616af0
Pipeline #282340931 failed with stages
in 1 hour, 1 minute, and 24 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment