Open
Description
When importing from another addon in the same path, it is not an issue if that addon is not in the dependencies.
The code will not populate the registry, fields won't exist, etc. But the code is still reachable and can be imported using the python import
keyword without an error.
Maybe not the cleanest code in the end, but I think it should be bumped to an INFO
instead of an ERROR
, at least in the case where both modules are in the same addons path.