imwilsonxu/fbone

Add pep8 check

xiaohanyu opened this issue · 1 comments

Some of the code didn't obey the pep8 rule, such as 80-character rule.

It is better to add pep8 check via something like https://pypi.python.org/pypi/pyflakes

Fix with adbb004