Author: tack
Date: Fri Dec 8 23:40:39 2006
New Revision: 8704
Modified:
branches/rel-1/freevo/src/util/mediainfo.py
Log:
Fix typo; fixes bug #1611827
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 Fri Dec 8 23:40:39 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