aboutsummaryrefslogtreecommitdiffstats
path: root/osmoappdesc.py
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-10 13:07:27 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-11 09:41:27 +0100
commit5997357c69ede30599a20be19ba35f0790ef57da (patch)
treee310f1c040f2a595fafceb77d0b5d307f3551aae /osmoappdesc.py
parentde67c001b78dfc08e8baa4b8e0ab7fe9ca1170b7 (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: I8c07d99c1bc9f0383e4bce17544e0998998cc54d
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 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 <kat.obsc@gmail.com>
# This program is free software: you can redistribute it and/or modify