Author: dmeyer
Date: Tue Oct 18 16:30:00 2005
New Revision: 7739
Removed:
trunk/freevo-ui/src/record/record_types.py
Modified:
trunk/freevo-ui/src/record/client.py
Log:
merge everything for the record client into one file
Modified: trunk/freevo-ui/src/record/client.py
==============================================================================
--- trunk/freevo-ui/src/record/client.py (original)
+++ trunk/freevo-ui/src/record/client.py Tue Oct 18 16:30:00 2005
@@ -44,7 +44,14 @@
# get logging object
log = logging.getLogger('record')
-from record_types import *
+# status values
+MISSED = 'missed'
+SAVED = 'saved'
+SCHEDULED = 'scheduled'
+RECORDING = 'recording'
+CONFLICT = 'conflict'
+DELETED = 'deleted'
+FAILED = 'failed'
class Recording(object):
"""
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog