aboutsummaryrefslogtreecommitdiffstats
path: root/osmoappdesc.py
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-10 13:21:11 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-11 09:36:39 +0100
commita04cf020a8c08a2e01e30bfda7bc7b8ce24d058a (patch)
tree1693e483d9117333c3e151ce01cb24ea0b000361 /osmoappdesc.py
parentabbdbfbbaba26c3c3e6ce9f2971f29c693f8c3b9 (diff)
osmoappdesc.py, tests: switch to python 3osmith/fix-python3
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: I53ccde96dd3785098df0f7d693c504c8b8302e90
Diffstat (limited to 'osmoappdesc.py')
-rw-r--r--osmoappdesc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmoappdesc.py b/osmoappdesc.py
index bd7fea30c..b7a274c92 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 <kat.obsc@gmail.com>
# This program is free software: you can redistribute it and/or modify