From 6c22dbab5591c0d3ac516fbc7380bf70c8aaf889 Mon Sep 17 00:00:00 2001 From: Trevor Blackwell Date: Thu, 2 Mar 2017 14:03:43 -0800 Subject: [PATCH] Fix queue for the other python --- universe/wrappers/recording.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/universe/wrappers/recording.py b/universe/wrappers/recording.py index 633f14ab..e2646854 100644 --- a/universe/wrappers/recording.py +++ b/universe/wrappers/recording.py @@ -3,7 +3,8 @@ import os import json import numpy as np -import threading, queue +import threading +from six.moves import queue from universe import rewarder, spaces, vectorized, pyprofile from universe.utils import random_alphanumeric