Comment 2 for bug 776523

Revision history for this message
Gordon Tyler (doxxx) wrote : Re: launcpadlib tests requires python 2.6

Could the patch be as simple as adding the following to the top of the files which use with statements:

  from __future__ import with_statement

As described here: http://docs.python.org/release/2.5.2/ref/future.html