aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/__init__.py
diff options
context:
space:
mode:
authorGravatar Patrick Nguyen <drpng@google.com>2017-01-09 14:08:04 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-01-09 14:23:23 -0800
commit8692d7de020fed91d19d42265c176954b83e83bb (patch)
treeaf60e9c42e52c85ad6b71eedc54fb7b6fbe35e31 /tensorflow/python/__init__.py
parent30c77c3e825b07dcafe6d65e9950828cadb26877 (diff)
Remove tf.platform.
Users are required to use tf.app, tf.gfile, etc instead of tf.platform.app etc. Change: 144005664
Diffstat (limited to 'tensorflow/python/__init__.py')
-rw-r--r--tensorflow/python/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/python/__init__.py b/tensorflow/python/__init__.py
index 4819b0a355..57a9036acd 100644
--- a/tensorflow/python/__init__.py
+++ b/tensorflow/python/__init__.py
@@ -189,7 +189,6 @@ _allowed_symbols.extend([
# This is needed temporarily because we import it explicitly.
_allowed_symbols.extend([
- 'platform', ## This is included by the tf.learn main template.
'pywrap_tensorflow',
])