diff options
| author | Naoki INADA <inada-n@eagle> | 2009-06-22 14:38:36 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@eagle> | 2009-06-22 14:38:36 +0900 |
| commit | 20a7ff0be80a1467f7375adc1b0645d2d8f2cf05 (patch) | |
| tree | 78249271a0971070d1bba1419c054f963b725648 /python/msgpack/__init__.py | |
| parent | 075081a521c8287759847f1aa846b88fef1f0046 (diff) | |
| parent | 3a9f74e79c3d1912d8c0c1ad4d1478c611caba0a (diff) | |
| download | msgpack-python-20a7ff0be80a1467f7375adc1b0645d2d8f2cf05.tar.gz | |
Make msgpack package instead of module. and using Cython in setup script.
Diffstat (limited to 'python/msgpack/__init__.py')
| -rw-r--r-- | python/msgpack/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/msgpack/__init__.py b/python/msgpack/__init__.py new file mode 100644 index 0000000..797b29c --- /dev/null +++ b/python/msgpack/__init__.py @@ -0,0 +1,3 @@ +# coding: utf-8 +from _msgpack import * + |
