python: Support Python3.

This commit is contained in:
INADA Naoki 2010-09-02 01:29:57 +09:00
parent 76cc80c25d
commit 0dc8938dbf
3 changed files with 21 additions and 20 deletions

View file

@ -1,3 +1,3 @@
# coding: utf-8
from _msgpack import *
from msgpack._msgpack import *