Closed cclauss closed 5 years ago
Be ready for Jython 3 https://github.com/jython/jython3
Also fix two undefined names: $ python2 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./Burp/lib/issues.py:97:9: F821 undefined name 'Thread' Thread.sleep(1000) ^ ./Burp/lib/link_listener.py:6:23: F821 undefined name 'Desktop' desktop = Desktop.getDesktop() ^ 2 F821 undefined name 'Thread' 2
Be ready for Jython 3 https://github.com/jython/jython3
Also fix two undefined names: $ python2 -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics