mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
a584ba567b
What gets loaded from the following layout?: foo.py:bar() foo/__init__.py:bar() This used to raise an exception (up until yesterday). For now this ensures that foo/__init__.py:bar() has higher priority than foo.py:bar() when foo.bar() is referenced. |
||
---|---|---|
.. | ||
__init__.py | ||
ext_modules.py | ||
globals.py | ||
interfaces.py | ||
loader.py |