diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-09 02:03:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-09 02:03:13 +0100 |
commit | 388a5940458174d2734c43006830a8d9f3d6e379 (patch) | |
tree | 99b091e5739690f97e3b1ec8d05f152d5913b18c /src | |
parent | fix xdisplay bug for the case where DISPLAY is not set + xdisplay demo (diff) | |
download | xpybar-388a5940458174d2734c43006830a8d9f3d6e379.tar.gz xpybar-388a5940458174d2734c43006830a8d9f3d6e379.tar.bz2 xpybar-388a5940458174d2734c43006830a8d9f3d6e379.tar.xz |
add todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/moc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/moc.py b/src/plugins/moc.py index 04bda65..35cca05 100644 --- a/src/plugins/moc.py +++ b/src/plugins/moc.py @@ -23,7 +23,7 @@ import subprocess from util import * -class MOC: +class MOC: # TODO add support for waiting for events ''' Music On Console interface |