aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/library/find_kernel.py
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-28 21:45:42 -0700
committerMaciej Skrocki <maciej.skrocki@intel.com>2017-09-29 22:01:28 +0000
commit862546eb151b24c10d26f20bc45ee572679e3d07 (patch)
treefd4fdef55b492f7dd8102ab2d23f3eec43aa2250 /ansible/library/find_kernel.py
parent9cefa935afa908cede3ab1bd8b6ca91f1e36ad2d (diff)
replace ansible modules
Change-Id: Ia7c1ce781075142910a6c618a9a23f34a710dfe9 Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'ansible/library/find_kernel.py')
-rw-r--r--ansible/library/find_kernel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/library/find_kernel.py b/ansible/library/find_kernel.py
index 4623bce89..c237baaf2 100644
--- a/ansible/library/find_kernel.py
+++ b/ansible/library/find_kernel.py
@@ -13,7 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import os
DOCUMENTATION = '''
---