Comment 4 for bug 1646372

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tricircle (master)

Reviewed: https://review.openstack.org/405718
Committed: https://git.openstack.org/cgit/openstack/tricircle/commit/?id=491fa1693fcccba7c47c5e1627367039ae34278c
Submitter: Jenkins
Branch: master

commit 491fa1693fcccba7c47c5e1627367039ae34278c
Author: zhangyanxian <zhangyanxianmail@163.com>
Date: Fri Dec 2 02:00:06 2016 +0000

    PEP8 failed when import i18n more than one

    1. What is the problem
      When "from tricircle.common.i18n import _, _LE, _LI, _LW"
      The pep8 failed: ./tricircle/network/central_plugin.py:50:36:
      H301 one import per line

    2. What is the solution to the problem
      i18n import in one line is a valid exception, and could be skipped
      in pep8 test

    3. What the features need to be implemented to the Tricircle
      N/A

    Closes-Bug: #1646372
    Change-Id: I2adeab4d098ff4bbe8abb1d6645a20086ee5a1b7