From 03e10a093a340d2883e34b5da245cb05be1de12a Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sun, 8 Apr 2012 09:46:20 -0700 Subject: [PATCH] stub for raw linux sensors --- sensors/linux/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sensors/linux/__init__.py diff --git a/sensors/linux/__init__.py b/sensors/linux/__init__.py new file mode 100644 index 0000000..3ea5516 --- /dev/null +++ b/sensors/linux/__init__.py @@ -0,0 +1,6 @@ +class CpuMonitor: + def __init__(self): + self.stats = {} + + def update(self): + self.stats = {}