This is a better default for an average dev environment these days. Anyone
stuck with python 2 and just run `python ./xtf-runner` manually and take the
hint that they should upgrade.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Construct an xl configuration file for a test (from various fragments), and
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import json
import sys
-#!/usr/bin/env python
+#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
xtf-runner - A utility for enumerating and running XTF tests.