Remove unused imports.

This commit is contained in:
Dave Peticolas 2012-08-09 21:25:13 -07:00
commit 08272dc25d
10 changed files with 2 additions and 37 deletions

View file

@ -2,8 +2,6 @@ import os
import unittest
from ansible.inventory import Inventory
from ansible.runner import Runner
# from nose.plugins.skip import SkipTest
class TestInventory(unittest.TestCase):
@ -236,4 +234,3 @@ class TestInventory(unittest.TestCase):
'group_names': ['norse'],
'inventory_hostname': 'thor',
'inventory_hostname_short': 'thor'}