Assorted bits of code cleanup; mainly better PEP8.
- Insert blank lines where missing - Remove surplus blank lines - Remove some unused imports - Remove the use of the ``string`` module from lettuce.strings (work on the ``str`` objects directly which is just what ``string`` does - it's mostly obsolete now) - Reshuffled a few bits of code to use ``all()`` or ``any()`` where appropriate and *not* use them where inappropriate No functionality changes. (All tests still pass.)
Showing
Please
register
or
sign in
to comment