From 4a15d8b6d2b69bdc1de0b0a7f643b02e00100e66 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 2 Sep 2010 01:29:57 +0900 Subject: python: Support Python3. --- python/msgpack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/msgpack/__init__.py') diff --git a/python/msgpack/__init__.py b/python/msgpack/__init__.py index 797b29c..9593714 100644 --- a/python/msgpack/__init__.py +++ b/python/msgpack/__init__.py @@ -1,3 +1,3 @@ # coding: utf-8 -from _msgpack import * +from msgpack._msgpack import * -- cgit v1.2.1