Jason Tackaberry wrote:
> 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:Not a typo, I renamed keys to _keys because it should be internal. There is a function keys() now to return it. I did not know the var was used outside kaa.metadata. Duncan: can you change it to keys() Dischi -- USER ERROR: replace user and press any key to continue.
pgp4o5apv3ErH.pgp
Description: PGP signature
------------------------------------------------------------------------- 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
