commit | ddb7cfc540c40dc07b03c242a0e13d976c8f02f4 | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Tue Aug 15 06:28:17 2017 -0700 |
committer | Andy Bavier <andy@onlab.us> | Tue Aug 15 06:39:33 2017 -0700 |
tree | 0e5670867ae768108a6b1ea7bf4f8f49d83ae70c | |
parent | 3896c47f49e7741de6e53b2251ac0914b805013d [diff] [blame] |
Move shebang Change-Id: I13f7de98775ac837cc348ed0ae21403d88f57349
diff --git a/roles/create-lxd/library/host_dns_check.py b/roles/create-lxd/library/host_dns_check.py index d69727d..c8b3e17 100755 --- a/roles/create-lxd/library/host_dns_check.py +++ b/roles/create-lxd/library/host_dns_check.py
@@ -1,3 +1,4 @@ +#!/usr/bin/env python # Copyright 2017-present Open Networking Foundation # @@ -13,9 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - -#!/usr/bin/env python - import sys import json import shlex