e24f68500ce65e3903d218c155e716507a9f2986
- convert tabs to 4-space indentation
- add docstrings to modules and classes
- remove unused import (copy)
- use explicit object inheritance
- use 'while True' over 'while 1'
- use 'while args' over 'while len(args)'
- use '{}' over 'dict()'
- consistent string formatting
- Python 2/3 compatible Queue import
Description
No description provided
Languages
Python
74.2%
JavaScript
10.5%
CSS
7.4%
Shell
4%
HTML
3.7%
Other
0.2%