Commit eb788dd8 by Toshio Kuratomi

Just move things around so that new_inventory doesn't interfere with testing

parent 57ed9947
...@@ -23,8 +23,8 @@ __metaclass__ = type ...@@ -23,8 +23,8 @@ __metaclass__ = type
from ansible import constants as C from ansible import constants as C
from ansible.inventory.group import Group from ansible.inventory.group import Group
from ansible.inventory.host import Host from .host import Host
from ansible.inventory.aggregate import InventoryAggregateParser from ansible.plugins.inventory.aggregate import InventoryAggregateParser
class Inventory: class Inventory:
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment