Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fc] Repository: plone.app.robotframework
Branch: refs/heads/master Date: 2018-01-30T14:36:35+01:00 Author: Oshane Bailey (b4oshany) <b4.oshany@gmail.com> Commit: plone/plone.app.robotframework@c7e51d6 Imports are Python3 compatible Files changed: A src/plone/app/robotframework/_compat.py M .gitignore M CHANGES.rst M src/plone/app/robotframework/content.py M src/plone/app/robotframework/saucelabs.py M src/plone/app/robotframework/server.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-01-30T14:36:35+01:00 Author: Oshane Bailey (b4oshany) <b4.oshany@gmail.com> Commit: plone/plone.app.robotframework@c0e95ac Changed from _compat to six for py3 compatibility. Files changed: M src/plone/app/robotframework/content.py M src/plone/app/robotframework/saucelabs.py M src/plone/app/robotframework/server.py D src/plone/app/robotframework/_compat.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-01-30T14:37:00+01:00 Author: Oshane Bailey (b4oshany) <b4.oshany@gmail.com> Commit: plone/plone.app.robotframework@0b0a230 Adds six into install_requires set and sorts each file's imports with the isort package. Files changed: M CHANGES.rst M setup.py M src/plone/app/robotframework/content.py M src/plone/app/robotframework/pybabel.py M src/plone/app/robotframework/saucelabs.py M src/plone/app/robotframework/server.py M src/plone/app/robotframework/testing.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-01-30T23:24:02+01:00 Author: Davi Lima (davilima6) <davilima6@gmail.com> Commit: plone/plone.app.robotframework@93c7113 More Python 2 / 3 compatibility changes Files changed: M CHANGES.rst M src/plone/app/robotframework/autologin.py M src/plone/app/robotframework/reload.py M src/plone/app/robotframework/remote.py M src/plone/app/robotframework/robotentrypoints.py M src/plone/app/robotframework/server.py Repository: plone.app.robotframework Branch: refs/heads/master Date: 2018-02-06T10:58:31+01:00 Author: Jens W. Klein (jensens) <jk@kleinundpartner.at> Commit: plone/plone.app.robotframework@4fcdfca Merge pull request #70 from plone/py3_imports Imports are Python3 compatible Files changed: M .gitignore M CHANGES.rst M setup.py M src/plone/app/robotframework/autologin.py M src/plone/app/robotframework/content.py M src/plone/app/robotframework/pybabel.py M src/plone/app/robotframework/reload.py M src/plone/app/robotframework/remote.py M src/plone/app/robotframework/robotentrypoints.py M src/plone/app/robotframework/saucelabs.py M src/plone/app/robotframework/server.py M src/plone/app/robotframework/testing.py
- Loading branch information