Tools: use Python 3 in validate_yaml.py

This commit is contained in:
Julian Oes 2020-01-10 15:01:12 +01:00 committed by Nuno Marques
parent f9ab38f1bc
commit 8897c69c8f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3
""" Script to validate YAML file(s) against a YAML schema file """
from __future__ import print_function