If you've an interest in Python3 compatibility, please consider the following. This was made with the intent to maintain compatibility with both 2 and 3, but not require 'pip install future'.
Added try/excepts for Queue vs queue and raw_input vs input
Tested on Py 2.7.13 and 3.5.2
Caveat: I didn't test all execution paths, particularly where third party packages were involved (i.e. boblight, audiovisualizer, and lightpack). I also didn't address any cosmetic issues (extra parans) with print. If you'd prefer, I could re-tool it with the 'future' package.
If you've an interest in Python3 compatibility, please consider the following. This was made with the intent to maintain compatibility with both 2 and 3, but not require 'pip install future'.
Caveat: I didn't test all execution paths, particularly where third party packages were involved (i.e. boblight, audiovisualizer, and lightpack). I also didn't address any cosmetic issues (extra parans) with print. If you'd prefer, I could re-tool it with the 'future' package.