Browse Source

Fix queue import

Neal Wu 8 years ago
parent
commit
ae50fa99b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      textsum/batch_reader.py

+ 1 - 1
textsum/batch_reader.py

@@ -21,7 +21,7 @@ from threading import Thread
 import time
 import time
 
 
 import numpy as np
 import numpy as np
-from six.moves.queue import Queue
+from six.moves import queue as Queue
 from six.moves import xrange
 from six.moves import xrange
 import tensorflow as tf
 import tensorflow as tf