From 1b77e2e4c31f6a21cf6fdca4bca568e62bf1c3a3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 8 Mar 2014 22:43:24 +0100 Subject: forgot to set intro comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/plugins/cpu | 2 +- examples/plugins/cpuonline | 2 +- examples/plugins/df | 2 +- examples/plugins/discstats | 2 +- examples/plugins/loadavg | 2 +- examples/plugins/lunar | 2 +- examples/plugins/mem | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/plugins/cpu b/examples/plugins/cpu index c26ec59..0c1e80e 100644 --- a/examples/plugins/cpu +++ b/examples/plugins/cpu @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.cpu import time import threading 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 diff --git a/examples/plugins/df b/examples/plugins/df index 4caa679..e3e9e33 100644 --- a/examples/plugins/df +++ b/examples/plugins/df @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.df import time import threading diff --git a/examples/plugins/discstats b/examples/plugins/discstats index 6642e41..45097e6 100644 --- a/examples/plugins/discstats +++ b/examples/plugins/discstats @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.discstats import time import threading diff --git a/examples/plugins/loadavg b/examples/plugins/loadavg index b97782f..9064f9b 100644 --- a/examples/plugins/loadavg +++ b/examples/plugins/loadavg @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.loadavg import time import threading diff --git a/examples/plugins/lunar b/examples/plugins/lunar index d2798da..d408044 100644 --- a/examples/plugins/lunar +++ b/examples/plugins/lunar @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.lunar import time import threading diff --git a/examples/plugins/mem b/examples/plugins/mem index e594858..11af46d 100644 --- a/examples/plugins/mem +++ b/examples/plugins/mem @@ -1,6 +1,6 @@ # -*- python -*- -# A xpybar configuration example testing the features of plugins.chase +# A xpybar configuration example testing the features of plugins.mem import time import threading -- cgit v1.2.3-70-g09d2