aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/ffmpeg/decode_audio_op_test.py
diff options
context:
space:
mode:
authorGravatar Geoffrey Irving <geoffreyi@google.com>2016-04-29 15:13:28 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-04-29 16:22:02 -0700
commit36d561c253844323fb1de28303407b451b7886a7 (patch)
tree207abb6b6d4c312077ce865d3595c0f176c079f9 /tensorflow/contrib/ffmpeg/decode_audio_op_test.py
parent9a10198dca84891d8ab01a942fcabaaa5752230c (diff)
Reenable check_futures_test
Also fix a bunch of files that ended up without future imports while it was off. Change: 121161570
Diffstat (limited to 'tensorflow/contrib/ffmpeg/decode_audio_op_test.py')
-rw-r--r--tensorflow/contrib/ffmpeg/decode_audio_op_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tensorflow/contrib/ffmpeg/decode_audio_op_test.py b/tensorflow/contrib/ffmpeg/decode_audio_op_test.py
index 6c42ce9c77..232547643f 100644
--- a/tensorflow/contrib/ffmpeg/decode_audio_op_test.py
+++ b/tensorflow/contrib/ffmpeg/decode_audio_op_test.py
@@ -15,6 +15,10 @@
"""Tests for third_party.tensorflow.contrib.ffmpeg.decode_audio_op."""
+from __future__ import absolute_import
+from __future__ import division
+from __future__ import print_function
+
import os.path
import tensorflow as tf