Author: duncan
Date: Mon Jan 8 21:13:32 2007
New Revision: 8953
Modified:
branches/rel-1/freevo/src/item.py
Log:
Reversed fix for bug #1630068 as it is not valid
Modified: branches/rel-1/freevo/src/item.py
==============================================================================
--- branches/rel-1/freevo/src/item.py (original)
+++ branches/rel-1/freevo/src/item.py Mon Jan 8 21:13:32 2007
@@ -471,4 +471,4 @@
return self.__getitem__(attr)
else:
r = self.__getitem__(attr)
- return Unicode(str(r))
+ return Unicode(r)
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog