From: Michael Tremer Date: Wed, 1 Dec 2021 21:44:27 +0000 (+0000) Subject: cpufreq: Import _ function X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ed7b87d2ec72cd400f6a1bf38f27e8a48552136;p=collecty.git cpufreq: Import _ function Signed-off-by: Michael Tremer --- diff --git a/src/collecty/plugins/cpufreq.py b/src/collecty/plugins/cpufreq.py index 266a57f..63fa947 100644 --- a/src/collecty/plugins/cpufreq.py +++ b/src/collecty/plugins/cpufreq.py @@ -23,6 +23,7 @@ import os import re from . import base +from ..i18n import _ class GraphTemplateCPUFreq(base.GraphTemplate): name = "cpufreq"