aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/copy_graph
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-05-05 10:44:49 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-05-05 11:52:51 -0700
commit3015797fc511578d573cb90987ffc8881c33f985 (patch)
tree32e3cb2cb8ec217d71e63e389b53de4b42fade17 /tensorflow/contrib/copy_graph
parentc2b51e374c7e3b2ef23c6f394ff9c869c9dcf9b6 (diff)
Fix check_license and related failures due to new contrib/copy_graph directory.
Change: 121600103
Diffstat (limited to 'tensorflow/contrib/copy_graph')
-rw-r--r--tensorflow/contrib/copy_graph/python/__init__.py5
-rw-r--r--tensorflow/contrib/copy_graph/python/util/__init__.py5
2 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/contrib/copy_graph/python/__init__.py b/tensorflow/contrib/copy_graph/python/__init__.py
index 1dd1cb72be..1028adbba3 100644
--- a/tensorflow/contrib/copy_graph/python/__init__.py
+++ b/tensorflow/contrib/copy_graph/python/__init__.py
@@ -12,4 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
+"""Functions for copying elements from one graph to another.
+"""
+from __future__ import absolute_import
+from __future__ import division
+from __future__ import print_function
diff --git a/tensorflow/contrib/copy_graph/python/util/__init__.py b/tensorflow/contrib/copy_graph/python/util/__init__.py
index 1dd1cb72be..1028adbba3 100644
--- a/tensorflow/contrib/copy_graph/python/util/__init__.py
+++ b/tensorflow/contrib/copy_graph/python/util/__init__.py
@@ -12,4 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
+"""Functions for copying elements from one graph to another.
+"""
+from __future__ import absolute_import
+from __future__ import division
+from __future__ import print_function