summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_core.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/plugins/glances_core.py')
-rw-r--r--glances/plugins/glances_core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/plugins/glances_core.py b/glances/plugins/glances_core.py
index 4dce71c5..c25d9ac5 100644
--- a/glances/plugins/glances_core.py
+++ b/glances/plugins/glances_core.py
@@ -35,7 +35,7 @@ class Plugin(GlancesPlugin):
def __init__(self, args=None):
"""Init the plugin."""
- GlancesPlugin.__init__(self, args=args)
+ super(Plugin, self).__init__(args=args)
# We dot not want to display the stat in the curse interface
# The core number is displayed by the load plugin