issue #590: add dummy package for new test.

pull/595/head
David Wilson 5 years ago
parent 72ab917c89
commit cf1e7129a7

@ -0,0 +1,5 @@
# #590: a package that turns itself into a module.
I_AM = "the package that was replaced"
import sys
from pkg_like_ansible.module_utils.distro import _distro
sys.modules[__name__] = _distro

@ -0,0 +1 @@
I_AM = "the module that replaced the package"
Loading…
Cancel
Save