aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/common
diff options
context:
space:
mode:
authorGravatar Gunhan Gulsoy <gunan@google.com>2017-04-05 14:05:45 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-05 15:29:34 -0700
commit06c622b321e7b2ebf12cb1c208649efacab71166 (patch)
treedb53ccefd80e3abe672044fc1d08aa47fbfcff6d /tensorflow/tools/common
parentc76241258a566b82ac3cdd57fdfaab353d89b8f1 (diff)
API backwards compatibility tests.
Change: 152310869
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 3364ff6bc9..97447a18a7 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'], # Imported for compatibility between py2/3.
+ 'test': ['mock', 'TestCase'], # Imported for compatibility between py2/3.
}
@property