aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-04-10 09:26:34 +0200
committerOliver Smith <osmith@sysmocom.de>2019-04-10 14:33:46 +0200
commit89e1e74d869502e2872e02d0ab84bdc73f26c21d (patch)
treed00e9dc1f693b7aa07bac02808c57d4046644de7
parentece90c1377fe1abad64528fdc2ff4fb35668cafc (diff)
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
-rwxr-xr-xbuild/unix-time-to-fmt.py2
1 files changed, 1 insertions, 1 deletions
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: