* [PATCH] disk: Fix exporting graphs
@ 2016-10-20 19:55 Arne Fitzenreiter
0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2016-10-20 19:55 UTC (permalink / raw)
To: collecty
[-- Attachment #1: Type: text/plain, Size: 501 bytes --]
Colour module was not included
Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-20 19:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-20 19:55 [PATCH] disk: Fix exporting graphs Arne Fitzenreiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox