~sbeattie/apparmor-profile-tools/pre-merger-cleanups

Viewing all changes in revision 99.

  • Committer: Steve Beattie
  • Date: 2014-02-11 06:20:36 UTC
  • Revision ID: sbeattie@ubuntu.com-20140211062036-q5x6s11sdr2bmhga
Clean up a bunch of pep8 warnings, as found by running:

  pep8 --ignore=E501,E302

on individual files. This uncovered a bug where the type of an object
was being compared to a type of a list. However, a python string is a
list of characters, and so would cause the test to be true.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: