election/doc/source/_exts
Tony Breeds 7da752110a Switch to hacking and fix errors
./doc/source/_exts/candidates.py:20:1: H306  imports not in alphabetical order (jinja2.filesystemloader, jinja2.environment.environment)
./doc/source/_exts/events.py:17:1: H306  imports not in alphabetical order (os, calendar)
./doc/source/_exts/events.py:21:1: H306  imports not in alphabetical order (jinja2.filesystemloader, jinja2.environment.environment)
./openstack_election/check_candidacy.py:62:29: E126 continuation line over-indented for hanging indent
./openstack_election/utils.py:27:1: H306  imports not in alphabetical order (yaml, re)
./openstack_election/cmds/close_election.py:90:9: H232  Python 3.x incompatible octal 755 should be written as 0o755
./openstack_election/tests/test_utils.py:25:21: E126 continuation line over-indented for hanging indent
./tools/new-election.py:18:31: H301  one import per line
./tools/new-election.py:27:5: H233  Python 3.x incompatible use of print operator
./tools/new-election.py:31:5: H233  Python 3.x incompatible use of print operator
./tools/new-election.py:41:5: H233  Python 3.x incompatible use of print operator

Co-Authored-By: Nguyen Hung Phuong <phuongnh@vn.fujitsu.com>
Change-Id: Idd9bc1f1f92da1658e6da2af588c575ee0ba2cb0
2016-10-07 13:35:46 +11:00
..
candidates.py Switch to hacking and fix errors 2016-10-07 13:35:46 +11:00
events.jinja Add 'draft' banner and show events status in timeline 2016-03-10 20:49:20 -05:00
events.py Switch to hacking and fix errors 2016-10-07 13:35:46 +11:00
ptl_archive.jinja Add close-election utility and archive rendering 2016-09-30 01:41:47 +00:00
ptl.jinja Use gerrit fullname in list rendering 2016-09-12 08:37:13 +00:00
tc_archive.jinja Add close-election utility and archive rendering 2016-09-30 01:41:47 +00:00
tc.jinja Use gerrit fullname in list rendering 2016-09-12 08:37:13 +00:00