提交 677aaeb1 编写于 作者: A Andrea Bolognani

python: Drop explicit version where possible

Some of our scripts are known to work both with Python 2 and
Python 3, so for them we shouldn't be forcing any specific
version of the interpreter when they're called directly; we
always use $(PYTHON) explicitly in our build rules anyway.
Signed-off-by: NAndrea Bolognani <abologna@redhat.com>
Reviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
上级 e02d102b
#!/usr/bin/env python2
#!/usr/bin/env python
#
# This is the API builder, it parses the C sources and build the
# API formal description in XML.
......
#!/usr/bin/env python2
#!/usr/bin/env python
# reformat-news.py: Reformat the NEWS file properly
#
......
#!/usr/bin/env python2
#!/usr/bin/env python
#
# esx_vi_generator.py: generates most of the SOAP type mapping code
......
#!/usr/bin/env python2
#!/usr/bin/env python
#
# hyperv_wmi_generator.py: generates most of the WMI type mapping code
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册