ziploader currently needs absolute imports to know whether to include another module
This commit is contained in:
parent
72f17f3ff3
commit
d7189a442e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue