tricircle/cmd
zhangyanxian 491fa1693f 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
2016-12-02 03:12:44 +00:00
..
api.py Move statless design from experiment to master branch 2016-01-14 12:56:57 +08:00
manage.py Move statless design from experiment to master branch 2016-01-14 12:56:57 +08:00
xjob.py PEP8 failed when import i18n more than one 2016-12-02 03:12:44 +00:00