aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/training/queue_runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/training/queue_runner.py')
-rw-r--r--tensorflow/python/training/queue_runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/training/queue_runner.py b/tensorflow/python/training/queue_runner.py
index 0207721a67..a7b2da1fb8 100644
--- a/tensorflow/python/training/queue_runner.py
+++ b/tensorflow/python/training/queue_runner.py
@@ -23,7 +23,7 @@ import threading
from tensorflow.core.protobuf import queue_runner_pb2
from tensorflow.python.framework import errors
from tensorflow.python.framework import ops
-from tensorflow.python.platform import logging
+from tensorflow.python.platform import tf_logging as logging
class QueueRunner(object):