mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
ziploader currently needs absolute imports to know whether to include another module
This commit is contained in:
@@ -32,7 +32,7 @@ import datetime
|
||||
import getpass
|
||||
import pwd
|
||||
import ConfigParser
|
||||
from basic import get_all_subclasses
|
||||
from ansible.module_utils.basic import get_all_subclasses
|
||||
|
||||
# py2 vs py3; replace with six via ziploader
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user