aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/common
diff options
context:
space:
mode:
authorGravatar Martin Wicke <wicke@google.com>2017-04-07 11:19:20 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-07 12:29:19 -0700
commit2238fd708c191e3939a9caee0de7cf74a4b391f6 (patch)
treef952cca2b36be6ca297da9f948cdee6a48954c55 /tensorflow/tools/common
parent9a1b76bc77c06d65799c1f0352eb5dc1dd5b932f (diff)
Automated rollback of change 152310869
Change: 152528732
Diffstat (limited to 'tensorflow/tools/common')
-rw-r--r--tensorflow/tools/common/public_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/common/public_api.py b/tensorflow/tools/common/public_api.py
index 97447a18a7..3364ff6bc9 100644
--- a/tensorflow/tools/common/public_api.py
+++ b/tensorflow/tools/common/public_api.py
@@ -56,7 +56,7 @@ class PublicAPIVisitor(object):
# Everything below here is legitimate.
'app': ['flags'], # It'll stay, but it's not officially part of the API.
- 'test': ['mock', 'TestCase'], # Imported for compatibility between py2/3.
+ 'test': ['mock'], # Imported for compatibility between py2/3.
}
@property