ome / omero-scripts

Core OMERO Scripts
https://pypi.org/project/omero-scripts/
12 stars 32 forks source link

Fix scripts to comply with PEP8 1.5.0 (rebased onto develop) #73

Closed sbesson closed 10 years ago

sbesson commented 10 years ago

This is the same as gh-72 but rebased onto develop.


This should fix the Travis build since PEP8 has been bumped to version 1.5.0

To test this PR, check the Travis build is green and no functionality is altered by the code changes.

sbesson commented 10 years ago

--rebased-from #72

ximenesuk commented 10 years ago

As with gh-72 have reviewed the code, to confirm that the only changes are comment changes, and checked using pep8 locally. Everything looks fine other than the minor comments made in gh-72 which also apply here.

ximenesuk commented 10 years ago

Thanks @sbesson, looks good to merge.

sbesson commented 10 years ago

Merging now to minimize conflicts/Travis failures.