1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

ziploader currently needs absolute imports to know whether to include another module

This commit is contained in:
Toshio Kuratomi 2016-04-23 07:25:21 -07:00
parent 72f17f3ff3
commit d7189a442e

View file

@ -32,7 +32,7 @@ import datetime
import getpass import getpass
import pwd import pwd
import ConfigParser 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 # py2 vs py3; replace with six via ziploader
try: try: