yanne / api-test

0 stars 0 forks source link

unable to install sshlib 2.0.2 in linux python 2.5.6 will it support it for python 2.5 or not #103

Open yanne opened 10 years ago

yanne commented 10 years ago

None

This issue was originally opened at Google Code on Mar 7, 2014.

yanne commented 10 years ago

Original comment by gunaseel...@gmail.com on Mar 7, 2014.

with open(join(CURDIR, 'README.rst')) as readme:

README = readme.read()

the above one modified as follows and able to continue

out = open(join(CURDIR, 'README.rst'),'r') README = out.read()