[Kimchi-devel] [PATCH v2] Python: Do not allow lines longer than 79 characters

Crístian Viana vianac at linux.vnet.ibm.com
Wed Jan 22 12:56:52 UTC 2014


This is the difference between this and the previous patchset (v1):

    - Limit line length to 79 characters instead of 80, according to the PEP8
      specification.

Crístian Viana (1):
  Python: Do not allow lines longer than 79 characters

 src/kimchi/__init__.py    |  2 +-
 src/kimchi/mockmodel.py   | 26 ++++++++-----
 src/kimchi/model.py       | 99 ++++++++++++++++++++++++++++-------------------
 src/kimchi/objectstore.py |  5 ++-
 src/kimchi/osinfo.py      | 20 ++++++----
 src/kimchi/scan.py        | 13 ++++---
 src/kimchi/screenshot.py  |  5 ++-
 src/kimchi/sslcert.py     |  2 +-
 src/kimchi/template.py    |  5 ++-
 src/kimchi/utils.py       |  2 +-
 src/kimchi/vmtemplate.py  | 12 ++++--
 src/kimchi/vnc.py         |  2 +-
 tests/test_exception.py   |  2 +-
 tests/test_osinfo.py      |  5 ++-
 tests/test_server.py      |  2 +-
 tests/test_vmtemplate.py  |  2 +-
 16 files changed, 123 insertions(+), 81 deletions(-)

-- 
1.8.4.2




More information about the Kimchi-devel mailing list