no, now i'm confirme that only way its at begining of file added:

from __future__ import with_statement

and then work with all versions of python, so upgrades can be safelty

please fix that soon in wheeze!

On 12/15/12, PICCORO McKAY Lenz <[email protected]> wrote:
> i forgott to send patch, sorry here its :
> so change :
>
> with open(file_path) as video:
>
> for that:
>
> video = open(file_path)
>
> seems to work.. i'm testing
>
> --
> Lenz McKAY Gerardo (PICCORO)
> http://qglochekone.blogspot.com
>


-- 
Lenz McKAY Gerardo (PICCORO)
http://qglochekone.blogspot.com


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to