Fix shebangs in juju charm actions to use python3

This commit is contained in:
George Kraft 2017-02-24 10:32:19 -06:00
parent 6edd079024
commit 100490bd8e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2015 The Kubernetes Authors.
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2015 The Kubernetes Authors.
#