From a3f07e82a54908f62bf036ba62b8735caee29ebf Mon Sep 17 00:00:00 2001 From: Nagy Gergő Date: Wed, 9 Oct 2013 15:04:08 +0200 Subject: [PATCH] Refactored config file parser and clientclear --- src/collectables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collectables.py b/src/collectables.py index 336f4c1..0648235 100644 --- a/src/collectables.py +++ b/src/collectables.py @@ -1,6 +1,6 @@ from metrics import * - class collectables: +class collectables: __collectables = { std.cpu.usage.name: [std.cpu.usage], -- libgit2 0.26.0