file() was removed in Python 3, use open() instead
@yuyuz Also import Queue class in both Python 2 and Python 3 http://python-future.org/compatible_idioms.html?highlight=queue#queue
Showing
Please register or sign in to comment
@yuyuz Also import Queue class in both Python 2 and Python 3 http://python-future.org/compatible_idioms.html?highlight=queue#queue