osmith has uploaded this change for review. ( https://gerrit.osmocom.org/13595
Change subject: build/unix-time-to-fmt.py: use default python ver ...................................................................... build/unix-time-to-fmt.py: use default python ver Don't explicitly depend on python 3, so we don't need to have python 2 *and* python 3 installed to build osmo-gsm-manuals. The script is short and works fine with either python version. Related: OS#3899 Change-Id: I8af9b8159f5c7e39b905f85edd1584cb4d5a33ef --- M build/unix-time-to-fmt.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/95/13595/1 diff --git a/build/unix-time-to-fmt.py b/build/unix-time-to-fmt.py index 026e55c..72ece26 100755 --- a/build/unix-time-to-fmt.py +++ b/build/unix-time-to-fmt.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python """ Usage: -- To view, visit https://gerrit.osmocom.org/13595 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-gsm-manuals Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I8af9b8159f5c7e39b905f85edd1584cb4d5a33ef Gerrit-Change-Number: 13595 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]>
