1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix interpreter line in a few vmware modules

This commit is contained in:
Matt Martz 2015-10-05 12:55:39 -05:00 committed by Matt Clay
parent 7bb6a5aa90
commit 793f0e0fd1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2015, Joseph Callen <jcallen () csc.com>

View file

@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2015, Joseph Callen <jcallen () csc.com>