Skip to content

Commit 04c0249

Browse files
authored
Merge pull request tensorflow#2847 from cclauss/patch-14
Compression: from six.moves import xrange for Python 3
2 parents 2ff9eff + af68b03 commit 04c0249

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

research/compression/entropy_coder/progressive/progressive.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
import json
1919

20+
from six.moves import xrange
2021
import tensorflow as tf
2122

2223
from entropy_coder.lib import blocks

0 commit comments

Comments
 (0)