diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-28 21:05:44 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-28 21:05:44 +0100 |
commit | 5c0e7d7aac1f41d6774bf17984d9ece9faba080c (patch) | |
tree | 6add94a91146bf472293d7e497383e7141a72645 /src/plugins | |
parent | add loadavg (diff) | |
download | xpybar-5c0e7d7aac1f41d6774bf17984d9ece9faba080c.tar.gz xpybar-5c0e7d7aac1f41d6774bf17984d9ece9faba080c.tar.bz2 xpybar-5c0e7d7aac1f41d6774bf17984d9ece9faba080c.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/loadavg.py | 2 | ||||
-rw-r--r-- | src/plugins/uptime.py | 2 |
2 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. ''' -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 <http://www.gnu.org/licenses/>. ''' -from util import * - class Uptime: ''' |