summaryrefslogtreecommitdiff
path: root/test/units/plugins/shell
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2016-11-07 15:02:13 -0800
committerGitHub <noreply@github.com>2016-11-07 15:02:13 -0800
commit8c270ac75f3a82abac4583a5d4f004f32665bacf (patch)
tree91b0d7c664a5c01a41e8a4d251f98dad0a2ffad4 /test/units/plugins/shell
parent6a3893c518e7c9f03651bafdd6a8645bfd1cc6e0 (diff)
downloadansible-8c270ac75f3a82abac4583a5d4f004f32665bacf.tar.gz
Add empty-init code-smell script. (#18406)
Also removed boilerplate from otherwise empty __init__.py files which should not contain any code (checked by empty-init script).
Diffstat (limited to 'test/units/plugins/shell')
-rw-r--r--test/units/plugins/shell/__init__.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/test/units/plugins/shell/__init__.py b/test/units/plugins/shell/__init__.py
index 785fc45992..e69de29bb2 100644
--- a/test/units/plugins/shell/__init__.py
+++ b/test/units/plugins/shell/__init__.py
@@ -1,21 +0,0 @@
-# (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
-#
-# This file is part of Ansible
-#
-# Ansible is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# Ansible is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
-
-# Make coding more python3-ish
-from __future__ import (absolute_import, division, print_function)
-__metaclass__ = type
-