From 27b95909f061ae3ecb3ba1b8d46adfef98ca5e6f Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 16 Feb 2020 08:21:20 +0100 Subject: drop support for Python 2.x --- readyaml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readyaml.py') diff --git a/readyaml.py b/readyaml.py index b6f7316..a4837cf 100755 --- a/readyaml.py +++ b/readyaml.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 """This tool reads a yaml file as generated by importpkg.py on stdin and updates the database with the contents.""" -- cgit v1.2.3