Author: dmeyer Date: Sun Jan 29 20:38:12 2006 New Revision: 1145 Modified: trunk/base/src/input/lirc.py
Log: add fixme Modified: trunk/base/src/input/lirc.py ============================================================================== --- trunk/base/src/input/lirc.py (original) +++ trunk/base/src/input/lirc.py Sun Jan 29 20:38:12 2006 @@ -1,3 +1,7 @@ +### FIXME: make this a class to make it possible to start one than one +### lirc instance (different app names or different rc files) and make +### it possible to stop it (e.g. freevo-daemon needs this) + import os, time import kaa, kaa.notifier ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
