]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/entropy.py
Change DataSources to be called Plugins
[collecty.git] / src / collecty / plugins / entropy.py
index 1bf5f5ffb9e4fa5ba912207ed3cf915e7fc29139..7966e8b83e2d3fa6a63a9acc4f06b754d3ee3d16 100644 (file)
@@ -53,7 +53,7 @@ class GraphTemplateEntropy(base.GraphTemplate):
        ]
 
 
-class DataSourceEntropy(base.DataSource):
+class EntropyPlugin(base.Plugin):
        name = "entropy"
        description = "Entropy Data Source"