Florian Ruynat
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
contrib/inventory_builder/tests/test_inventory.py
|
@ -13,8 +13,8 @@ |
|
|
# under the License. |
|
|
# under the License. |
|
|
|
|
|
|
|
|
import inventory |
|
|
import inventory |
|
|
import mock |
|
|
|
|
|
import unittest |
|
|
import unittest |
|
|
|
|
|
from unittest import mock |
|
|
|
|
|
|
|
|
from collections import OrderedDict |
|
|
from collections import OrderedDict |
|
|
import sys |
|
|
import sys |
|
|