From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arne Fitzenreiter To: collecty@lists.ipfire.org Subject: [PATCH] disk: Fix exporting graphs Date: Thu, 20 Oct 2016 19:55:52 +0000 Message-ID: <1476993352-3349-1-git-send-email-arne_f@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2864600417314998339==" List-Id: --===============2864600417314998339== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Colour module was not included Signed-off-by: Arne Fitzenreiter --- src/collecty/plugins/disk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/collecty/plugins/disk.py b/src/collecty/plugins/disk.py index a822eb2..fe5e0b9 100644 --- a/src/collecty/plugins/disk.py +++ b/src/collecty/plugins/disk.py @@ -25,6 +25,7 @@ import re from . import base +from ..colours import * from ..i18n import _ class GraphTemplateDiskBadSectors(base.GraphTemplate): -- 2.6.3 --===============2864600417314998339==--