Update of /cvsroot/freevo/freevo/src/helpers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1453/helpers
Modified Files:
cache.py
Log Message:
more unicode fixes
Index: cache.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/helpers/cache.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** cache.py 14 Feb 2004 19:31:31 -0000 1.25
--- cache.py 27 Feb 2004 20:15:02 -0000 1.26
***************
*** 12,15 ****
--- 12,18 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.26 2004/02/27 20:15:02 dischi
+ # more unicode fixes
+ #
# Revision 1.25 2004/02/14 19:31:31 dischi
# also cache playlist dir
***************
*** 475,479 ****
for type in 'VIDEO', 'AUDIO', 'IMAGE':
for d in copy.copy(getattr(config, '%s_ITEMS' % type)):
! if not (isinstance(d, str) or isinstance(d, unicode)):
d = d[1]
if d == '/':
--- 478,482 ----
for type in 'VIDEO', 'AUDIO', 'IMAGE':
for d in copy.copy(getattr(config, '%s_ITEMS' % type)):
! if not isstring(d):
d = d[1]
if d == '/':
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog