Skip to content

Commit 832bcdf

Browse files
committed
osmoappdesc.py: 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: I48f4c2c520e8285aff5d6d65f95bd041c13466e8
1 parent 73f9c02 commit 832bcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osmoappdesc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
# (C) 2013 by Katerina Barone-Adesi <[email protected]>
44
# This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)