mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix for unittests on python2.6 or less
This commit is contained in:
parent
2762f12f7f
commit
d652b2edc0
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ import collections
|
||||||
import mock
|
import mock
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import unittest
|
from ansible.compat.tests import unittest
|
||||||
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from ansible.modules.core.packaging.os.apt import (
|
from ansible.modules.core.packaging.os.apt import (
|
||||||
|
|
Loading…
Reference in a new issue