Fixed PEP-8 formatting recommendations in clients module

Review Request #6664 — Created Dec. 2, 2014 and submitted — Latest diff uploaded

Information

RBTools
master
0eb3327...

Reviewers

This fixes a series of warnings from the pep8 tool involving line lengths, too many blank lines, and under-indented lines.

Ran unit tests, and pep8.

AUTHORS
rbtools/clients/bazaar.py
rbtools/clients/clearcase.py
rbtools/clients/git.py
rbtools/clients/mercurial.py
rbtools/clients/perforce.py
rbtools/clients/plastic.py
rbtools/clients/svn.py
rbtools/clients/tests.py
Loading...