summaryrefslogtreecommitdiff
path: root/hacking
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-01-05 10:20:58 -0800
committerToshio Kuratomi <a.badger@gmail.com>2017-01-05 10:20:58 -0800
commitd001d250f06958201de2ab077fbfa8a287e36a50 (patch)
treea2f420bfc8cfa4cf4887b4ed86999175bb8954a0 /hacking
parent8f6009de0f28278ffefdbff56e90fff9db636877 (diff)
downloadansible-d001d250f06958201de2ab077fbfa8a287e36a50.tar.gz
Whitelist the hacking/cherrypick script's use of python3
Diffstat (limited to 'hacking')
-rwxr-xr-xhacking/cherrypick.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/cherrypick.py b/hacking/cherrypick.py
index ad55dc84fe..9a810101dd 100755
--- a/hacking/cherrypick.py
+++ b/hacking/cherrypick.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
import os
import sys