From 5c0e7d7aac1f41d6774bf17984d9ece9faba080c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 28 Feb 2014 21:05:44 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/plugins/loadavg.py | 2 -- src/plugins/uptime.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/plugins/loadavg.py b/src/plugins/loadavg.py index fc61c62..b66ca6f 100644 --- a/src/plugins/loadavg.py +++ b/src/plugins/loadavg.py @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -from util import * - class AverageLoad: ''' diff --git a/src/plugins/uptime.py b/src/plugins/uptime.py index 0979b7b..198e1c2 100644 --- a/src/plugins/uptime.py +++ b/src/plugins/uptime.py @@ -17,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -from util import * - class Uptime: ''' -- cgit v1.2.3-70-g09d2