Remove extraneous comment block (#31865)

This commit is contained in:
Jerry Chong 2017-10-18 18:08:29 +08:00 committed by John R Barker
parent 269672faf1
commit 4acd0de8f0

View file

@ -12,9 +12,6 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
# ansible-vault is a script that encrypts/decrypts YAML files. See
# http://docs.ansible.com/playbooks_vault.html for more details.
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type