summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscottb <sydtech@gmail.com>2016-08-19 12:06:56 -0700
committerGitHub <noreply@github.com>2016-08-19 12:06:56 -0700
commit235eab6609ed42fde171e45be266619be6e2a9fd (patch)
tree00c55002d73d5117080452757d667f854ed45755
parent5483528480db9ba79e2f86ea694fa989610210bb (diff)
parenta1c21f84001d0fcf1c41c78a11bdfe4693dc113e (diff)
downloadansible-235eab6609ed42fde171e45be266619be6e2a9fd.tar.gz
Merge pull request #16316 from alikins/alikins_docsite_make
Fewer deps for 'make webdocs' from top level
-rwxr-xr-xhacking/dump_playbook_attributes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/dump_playbook_attributes.py b/hacking/dump_playbook_attributes.py
index 88029cd24d..357fbfaec2 100755
--- a/hacking/dump_playbook_attributes.py
+++ b/hacking/dump_playbook_attributes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
import optparse
from jinja2 import Environment, FileSystemLoader