aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/library/find_kernel.py
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-30 08:06:59 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-30 08:06:59 +0000
commit3b675c32c89e8b4ff3e76397f057deaa0cca8c01 (patch)
treead16692d116f949484852442f6468a0e2c22c392 /ansible/library/find_kernel.py
parent2dd6004f6eace58e97c4aa87b8a80b5f099d9f73 (diff)
parent862546eb151b24c10d26f20bc45ee572679e3d07 (diff)
Merge "replace ansible modules"
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 = '''
---