]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/df.py
Tidy up imports of other modules
[collecty.git] / src / collecty / plugins / df.py
index 46fc05783ea3eb45e5b16948750a4f3ec1557a0a..ae6a27fe6451140147bac0224ec78ac708153c92 100644 (file)
 #                                                                             #
 ###############################################################################
 
-from collecty import _collecty
 import os
 
-from ..constants import *
-from ..colours import *
+from .. import _collecty
 from . import base
 
-from ..i18n import _
+from ..constants import *
+from ..colours import *
 
 class GraphTemplateDiskUsage(base.GraphTemplate):
        name = "disk-usage"