jigneshvasoya / ruffus

Automatically exported from code.google.com/p/ruffus
MIT License
0 stars 0 forks source link

ruffus-2.1.0 breaks py-25 compat #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi,

it would seem the latest release of ruffus broke the compatibility with 
python 2.5 (the ruffus/task.py uses the with statement w/o importing it from 
the __future__ module)

the attached patch fixes it.

cheers,
sebastien.

Original issue reported on code.google.com by seb.binet@gmail.com on 3 Mar 2010 at 2:20

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks. Committed to svn. Will be in next release.

Original comment by bunbu...@gmail.com on 12 Mar 2010 at 7:19