]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/plugins/interface.py
Change DataSources to be called Plugins
[collecty.git] / src / collecty / plugins / interface.py
index 1e9703a0a7a57666e95a875d4bb89cfc81d69c37..fbf715ab150dea49b1cf2749211bdadd42a0a685 100644 (file)
@@ -197,7 +197,7 @@ class GraphTemplateInterfaceErrors(base.GraphTemplate):
                ]
 
 
-class DataSourceInterface(base.DataSource):
+class InterfacePlugin(base.Plugin):
        name = "interface"
        description = "Interface Statistics Data Source"