diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-04 19:08:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-04 19:08:25 +0200 |
commit | 68c695ab3b42dd697ece92efd8f973efd6747f30 (patch) | |
tree | bb09a1b6194b55f0efeeb0a69f2e0bb71660a28b /src | |
parent | ropty, does not work with the standard programs, but you can echo into it (diff) | |
download | xpybar-68c695ab3b42dd697ece92efd8f973efd6747f30.tar.gz xpybar-68c695ab3b42dd697ece92efd8f973efd6747f30.tar.bz2 xpybar-68c695ab3b42dd697ece92efd8f973efd6747f30.tar.xz |
use the devfs method by default in Users
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/users.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/users.py b/src/plugins/users.py index 85e390c..a7388e3 100644 --- a/src/plugins/users.py +++ b/src/plugins/users.py @@ -30,7 +30,7 @@ class Users: ''' - def __init__(self, method = 'who'): + def __init__(self, method = 'devfs'): ''' Constructor |