From 119d26ee03be32813505acf756ceef8978aab7d2 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Sat, 7 Apr 2012 21:53:58 -0700 Subject: [PATCH] nit file for psutil_sensors --- sensors/psutil_sensors/__init__.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sensors/psutil_sensors/__init__.py diff --git a/sensors/psutil_sensors/__init__.py b/sensors/psutil_sensors/__init__.py new file mode 100644 index 0000000..b18aa13 --- /dev/null +++ b/sensors/psutil_sensors/__init__.py @@ -0,0 +1,21 @@ +# Copyright 2012 Dan Ballard and Robert Hausch +# +## License: +# +# This file is part of System-Monitoring-Daemon. +# +# System-Monitoring-Daemon is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, version 3 of the License. +# +# System-Monitoring-Daemon is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with System-Monitoring-Daemon. If not, see . +## + +import cpu +import memory