From 3b76db0227994d610f5dc254e6992e16a25d2d08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 16 Mar 2016 15:19:22 +0000 Subject: [PATCH] tools: check-string-format is python3 This has always been python3, so it was probably a typo. Fixes CI since we may no longer have python2 installed. --- F-Droid/tools/check-string-format.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F-Droid/tools/check-string-format.py b/F-Droid/tools/check-string-format.py index 867090385..e24f8cc52 100755 --- a/F-Droid/tools/check-string-format.py +++ b/F-Droid/tools/check-string-format.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Remove extra translations