]> git.ipfire.org Git - collecty.git/commitdiff
disk: Fix exporting graphs
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 20 Oct 2016 19:55:52 +0000 (19:55 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Oct 2016 10:21:01 +0000 (11:21 +0100)
Colour module was not included

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/plugins/disk.py

index a822eb20cdabcdc8966cabee503d09eec2bb3855..fe5e0b97b778bf3e935877da31308a4239200a88 100644 (file)
@@ -25,6 +25,7 @@ import re
 
 from . import base
 
+from ..colours import *
 from ..i18n import _
 
 class GraphTemplateDiskBadSectors(base.GraphTemplate):