Scott Maxwell

Results 3 issues of Scott Maxwell

Hi. I have a file that has this line: ``` from ci.zimbeast.test_scripts.framework.test_interrupt.seq_lib \ import IntTestSequence, send_int ``` Autoflake crashes with: ``` File ".../python3.10/site-packages/autoflake.py", line 350, in __init__ self.from_, imports =...

bug

from https://github.com/qtproject/qt-solutions/tree/master/qtpropertybrowser I preserved the enhancements that were in this branch and brought in all code changes in the official branch, since the official branch supports Qt 5.8 now.

Change all has_key() to "key in container" form Catch exception from gettype() in HTTPMessage and try get_content_type since this object completely changed in Py3K Change print to a function Fix...