aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/osmoappdesc.py
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-10 09:38:38 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-11 09:29:26 +0100
commiteb8f892206726b2ffe3bcad6a8e7d208e3b8c6e6 (patch)
treec668c13887b47a080f18352506236b2d107aa219 /openbsc/osmoappdesc.py
parentbb414bf8b104e1b56e61bb804c75d30cda2a9e3c (diff)
osmoappdesc.py, tests, ipa.py: 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: Id7d006f892198bb8a7c0d4a8a8ea00b8d0e62df4
Diffstat (limited to 'openbsc/osmoappdesc.py')
-rw-r--r--openbsc/osmoappdesc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/osmoappdesc.py b/openbsc/osmoappdesc.py
index 5b01e4c57..af949e8fa 100644
--- a/openbsc/osmoappdesc.py
+++ b/openbsc/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