Merge lp://qastaging/~coreygoldberg/selenium-simple-test/modernize-me into lp://qastaging/selenium-simple-test

Proposed by Corey Goldberg
Status: Merged
Approved by: Corey Goldberg
Approved revision: 445
Merged at revision: 435
Proposed branch: lp://qastaging/~coreygoldberg/selenium-simple-test/modernize-me
Merge into: lp://qastaging/selenium-simple-test
Diff against target: 322 lines (+32/-30)
14 files modified
src/sst/actions.py (+2/-3)
src/sst/cases.py (+8/-6)
src/sst/command.py (+6/-4)
src/sst/concurrency.py (+0/-2)
src/sst/config.py (+0/-1)
src/sst/context.py (+1/-2)
src/sst/filters.py (+1/-0)
src/sst/loaders.py (+1/-0)
src/sst/results.py (+1/-0)
src/sst/scripts/test.py (+7/-6)
src/sst/tests/test_django_devserver.py (+2/-2)
src/sst/xvfbdisplay.py (+0/-1)
src/testproject/manage.py (+2/-2)
tox.ini (+1/-1)
To merge this branch: bzr merge lp://qastaging/~coreygoldberg/selenium-simple-test/modernize-me
Reviewer Review Type Date Requested Status
Leo Arias (community) code review Approve
Review via email: mp+185642@code.qastaging.launchpad.net

Commit message

modernize python files for easier porting.

Description of the change

modernize python files for easier porting to py3.

ran `python-modernize` with `--no-six` and `--compat-unicode` options.

To post a comment you must log in.
438. By Corey Goldberg

fixed imports

439. By Corey Goldberg

single quotes

440. By Corey Goldberg

remove extra paren

441. By Corey Goldberg

pep8 fix

442. By Corey Goldberg

tuple fix

443. By Corey Goldberg

fix parens

444. By Corey Goldberg

changed prints to logger.debug() when reading csv data

445. By Corey Goldberg

whitespace fixes

Revision history for this message
Leo Arias (elopio) wrote :

Looks nice. Thank you!

review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches