Remove explicit call to py2
Python 2 is sunsetting in Jan 2020. We should not be finding python 2 explicitly. This patch removes those calls. Change-Id: Ie6c9ad77097e662393c5fdd26490ebef25bdc3de Signed-off-by: Tin Lam <tin@irrational.io>
This commit is contained in:
parent
a6ccab5270
commit
4817d1de28
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright 2019 The Openstack-Helm Authors.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python2
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright 2019 The Openstack-Helm Authors.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user