8000 need coffee, thank you travis · devendor/msgpack-python@88be776 · GitHub
[go: up one dir, main page]

Skip to content 65F9

Commit 88be776

Browse files
committed
need coffee, thank you travis
1 parent b86a1b8 commit 88be776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack/fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def unpackb(packed, **kwargs):
126126
return ret
127127

128128

129-
if sys.version < (2, 7, 6):
129+
if sys.version_info < (2, 7, 6):
130130
def _unpack_from(f, b, o=0):
131131
"""Explicit typcast for legacy struct.unpack_from"""
132132
return struct.unpack_from(f, bytes(b), o)

0 commit comments

Comments
 (0)
0