[vdrpylib-cvslog] vdrpylib/vdr event.py,1.2,1.3
Status: Alpha
Brought to you by:
rshortt
From: Rob S. <rs...@us...> - 2004-11-25 17:02:54
|
Update of /cvsroot/vdrpylib/vdrpylib/vdr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9566 Modified Files: event.py Log Message: Change from Thomas Weber. Index: event.py =================================================================== RCS file: /cvsroot/vdrpylib/vdrpylib/vdr/event.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** event.py 25 Nov 2002 22:05:35 -0000 1.2 --- event.py 25 Nov 2004 17:02:44 -0000 1.3 *************** *** 35,38 **** --- 35,39 ---- self.desc = None self.source = None + self.vps = None |