From 5997357c69ede30599a20be19ba35f0790ef57da Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 10 Dec 2019 13:07:27 +0100 Subject: osmoappdesc.py, tests: switch to python 3 Make build and external tests work with python3, so we can drop the python2 dependency. This should be merged shortly after osmo-python-tests was migrated to python3, and the jenkins build slaves were (automatically) updated to have the new osmo-python-tests installed. Related: OS#2819 Depends: osmo-python-tests I3ffc3519bf6c22536a49dad7a966188ddad351a7 Change-Id: I8c07d99c1bc9f0383e4bce17544e0998998cc54d --- osmoappdesc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osmoappdesc.py') diff --git a/osmoappdesc.py b/osmoappdesc.py index 08166a901..e91043f95 100644 --- a/osmoappdesc.py +++ b/osmoappdesc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # (C) 2013 by Katerina Barone-Adesi # This program is free software: you can redistribute it and/or modify -- cgit v1.2.3