Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Commit

Permalink
Fix queue for the other python
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbtlbtlb committed Mar 2, 2017
1 parent 2c986b7 commit 6c22dba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion universe/wrappers/recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c22dba

Please sign in to comment.