Fix tests after repo merge.

This commit is contained in:
Matt Clay
2016-12-06 11:29:16 -05:00
parent 14833f1c7a
commit bd7ce0696e
10 changed files with 28 additions and 36 deletions

View File

@@ -6,7 +6,7 @@ from ansible.compat.tests import mock
from ansible.compat.tests import unittest
try:
from ansible.modules.core.packaging.os.apt import (
from ansible.modules.packaging.os.apt import (
expand_pkgspec_from_fnmatches,
)
except: