Skip to content

Commit 69a8171

Browse files
Merge pull request TileStache#322 from codemeow5/master
Rename bytes to bytes_
2 parents d8d84ca + 597efa5 commit 69a8171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TileStache/Pixels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def load_palette(file_href):
4949
if offset == t_index:
5050
rgb = 0xff, 0x99, 0x00
5151
else:
52-
rgb = unpack('!BBB', bytes[offset*3:(offset + 1)*3])
52+
rgb = unpack('!BBB', bytes_[offset*3:(offset + 1)*3])
5353

5454
palette.append(rgb)
5555

0 commit comments

Comments
 (0)