From 89e1e74d869502e2872e02d0ab84bdc73f26c21d Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 10 Apr 2019 09:26:34 +0200 Subject: 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 --- build/unix-time-to-fmt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3