commit 3c96963e4be26e1fd9126a4b610153633f8f2e7f Merge: 9a947c6 4ef767c Author: Damian Johnson atagar@torproject.org Date: Wed Jun 21 08:35:59 2017 -0700
Stylistic compatability with pycodestyle
Odd. I'm using pycodestyle 2.3.1 with both python 2.7 and 3.2 but these issues only manifest with 3.2. Guess pycodestyle performs extra checks with newer python versions?
Meh. Simple things to fix.
stem/__init__.py | 1 + stem/connection.py | 2 ++ stem/descriptor/__init__.py | 1 + stem/descriptor/hidden_service_descriptor.py | 1 + stem/descriptor/server_descriptor.py | 3 ++- stem/util/connection.py | 1 + stem/util/log.py | 1 + stem/util/proc.py | 1 + stem/util/str_tools.py | 1 + stem/util/test_tools.py | 1 + stem/version.py | 1 + test/settings.cfg | 9 +++++++++ 12 files changed, 22 insertions(+), 1 deletion(-)