diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 01:29:57 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 01:29:57 +0900 |
| commit | 4a15d8b6d2b69bdc1de0b0a7f643b02e00100e66 (patch) | |
| tree | 6f082211e8fe119cfed523cf2dc13e39657d4cdf /python/msgpack/__init__.py | |
| parent | be6376ee2d58602f2eac6ee6537cbdc8fbc526fe (diff) | |
| download | msgpack-python-4a15d8b6d2b69bdc1de0b0a7f643b02e00100e66.tar.gz | |
python: Support Python3.
Diffstat (limited to 'python/msgpack/__init__.py')
| -rw-r--r-- | python/msgpack/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |
