gear/gear/cmd
Monty Taylor 616d56bc62
Re-enable flake8
The line in tox.ini "select=H231" did not add H231 to the list of flake8
checks. It made us only run H231.

Remove the H231 line and then fix the flake8 issues. The most
substantial of these was the shadowing of the queue module with local
variables named queue. Made that one import queue as queue_mod because
changing the variable names in the code was yuckier to look at.

Change-Id: I4a26a20889132f7f4525b17392088dda6bd5bbd2
2016-11-08 11:57:04 -06:00
..
__init__.py Add server command: "geard". 2013-06-20 16:48:40 -07:00
geard.py Re-enable flake8 2016-11-08 11:57:04 -06:00