Commit 1dc2b5dd authored by Ophélie Gagnard's avatar Ophélie Gagnard

Update shebangs to python3.

parent a715aabc
#!/usr/bin/env python
#!/usr/bin/env python3
r"""Command-line tool to format software release JSON for slapos.
Inspired by json.tool from python, but enforcing 2 spaces and non-sorted keys.
......
#!/usr/bin/env python
#!/usr/bin/env python3
"""
Helper script to update buildout.hash.cfg
......
#!/usr/bin/env python
#!/usr/bin/env python3
import argparse
import json
import os.path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment