diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-13 17:26:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-13 17:26:50 +0200 |
commit | 76ed19c43d560d173774585c00129d5deea80b6e (patch) | |
tree | 61692aec7d3a74a2b6cb456fad38b366c6fbec79 /src/plugins | |
parent | fix line reader and add kmsg (diff) | |
download | xpybar-76ed19c43d560d173774585c00129d5deea80b6e.tar.gz xpybar-76ed19c43d560d173774585c00129d5deea80b6e.tar.bz2 xpybar-76ed19c43d560d173774585c00129d5deea80b6e.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/kmsg.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/kmsg.py b/src/plugins/kmsg.py index da081f5..b1b6eaa 100644 --- a/src/plugins/kmsg.py +++ b/src/plugins/kmsg.py @@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. import os -from util import * - from plugins.linereader import LineReader |