Skip to content

Commit bccbf6c

Browse files
Try to fix 3.6 tests
1 parent d1eeee4 commit bccbf6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tarantool/msgpack_ext/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Python 3.6 compatibility
2+
import tarantool.msgpack_ext.types as types
3+
4+
__all__ = ['types']

0 commit comments

Comments
 (0)