Author: tack
Date: Sat Dec 9 15:14:41 2006
New Revision: 8706
Modified:
branches/rel-1/freevo/src/util/mediainfo.py
Log:
Fix correctly this time.
Modified: branches/rel-1/freevo/src/util/mediainfo.py
==============================================================================
--- branches/rel-1/freevo/src/util/mediainfo.py (original)
+++ branches/rel-1/freevo/src/util/mediainfo.py Sat Dec 9 15:14:41 2006
@@ -271,7 +271,7 @@
list of one of those above. This makes the caching much faster
"""
ret = {}
- for k in object._keys:
+ for k in object.keys():
if not k in self.uncachable_keys and getattr(object,k) != None:
value = getattr(object,k)
if isstring(value):
-------------------------------------------------------------------------
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