Update of /cvsroot/freevo/freevo/src/record
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9923
Added Files:
record_types.py
Removed Files:
types.py
Log Message:
Move types.py to record_types.py to avoid conflict with types in python dist.
--- types.py DELETED ---
--- NEW FILE: record_types.py ---
# status values
from event import Event
MISSED = 'missed'
SAVED = 'saved'
SCHEDULED = 'scheduled'
RECORDING = 'recording'
CONFLICT = 'conflict'
DELETED = 'deleted'
FAILED = 'failed'
# Time when to schedule the recording on a recorder
# (only next hour, update every 30 minutes)
SCHEDULE_TIMER = 60 * 60
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog