diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-08 22:43:24 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-08 22:43:24 +0100 |
commit | 1b77e2e4c31f6a21cf6fdca4bca568e62bf1c3a3 (patch) | |
tree | 8fdcd8aa24f8b39ee4f01931ad134ece61a5faa1 /examples/plugins/cpuonline | |
parent | add linux as an opt deps (diff) | |
download | xpybar-1b77e2e4c31f6a21cf6fdca4bca568e62bf1c3a3.tar.gz xpybar-1b77e2e4c31f6a21cf6fdca4bca568e62bf1c3a3.tar.bz2 xpybar-1b77e2e4c31f6a21cf6fdca4bca568e62bf1c3a3.tar.xz |
forgot to set intro comment
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/plugins/cpuonline')
-rw-r--r-- | examples/plugins/cpuonline | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plugins/cpuonline b/examples/plugins/cpuonline index 1796b22..1f99478 100644 --- a/examples/plugins/cpuonline +++ b/examples/plugins/cpuonline @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.cpuonline import time import threading |