aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/summary/event_accumulator_test.py
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-04-22 05:25:14 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-04-22 06:32:06 -0700
commit455a27f0a64753fc83d7d91b6b33881dfcf63679 (patch)
tree86098273500a6d2f6a1eb9dff342f2e760abf03f /tensorflow/python/summary/event_accumulator_test.py
parent67ade17f6bfb4f9b799ab0755800262c5e821dc7 (diff)
Rename python/platform/logging.py to python/platform/tf_logging to simplify future platform refactorings
Change: 120541613
Diffstat (limited to 'tensorflow/python/summary/event_accumulator_test.py')
-rw-r--r--tensorflow/python/summary/event_accumulator_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/summary/event_accumulator_test.py b/tensorflow/python/summary/event_accumulator_test.py
index 8dafaad0db..2715b57c86 100644
--- a/tensorflow/python/summary/event_accumulator_test.py
+++ b/tensorflow/python/summary/event_accumulator_test.py
@@ -26,7 +26,7 @@ from tensorflow.core.framework import graph_pb2
from tensorflow.core.util.event_pb2 import SessionLog
from tensorflow.python.platform import gfile
from tensorflow.python.platform import googletest
-from tensorflow.python.platform import logging
+from tensorflow.python.platform import tf_logging as logging
from tensorflow.python.summary import event_accumulator as ea