Sophie

Sophie

distrib > Mageia > 9 > aarch64 > media > core-release-src > by-pkgid > 248aa7025482f3253117eea60983bf7f > files > 2

hydrogen-1.2.0-2.mga9.src.rpm

From f57b76040cd5ada2fa494a73ef1f9d4fcec1afcd Mon Sep 17 00:00:00 2001
From: theGreatWhiteShark <thetruephil@googlemail.com>
Date: Fri, 10 May 2019 01:07:27 +0200
Subject: [PATCH] porting stats.py to Python3

---
 data/i18n/stats.py | 36 +++++++++++++-----------------------
 1 file changed, 13 insertions(+), 23 deletions(-)

diff --git a/data/i18n/stats.py b/data/i18n/stats.py
index 6e57d21bd..1d8a433dd 100755
--- a/data/i18n/stats.py
+++ b/data/i18n/stats.py
@@ -1,6 +1,6 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
-## Python script checking the coverage of the translation files.
+## Python3 script checking the coverage of the translation files.
 
 import os
 import re