diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 09:54:38 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 09:54:38 +0900 |
| commit | 50ffd2c489fdab81da2d994794b9582e0cadf5f4 (patch) | |
| tree | 0f0339f59895c07dc36e5435f7ea9707f2975a71 /msgpack | |
| parent | 039542ebcb8ca923c4414a414ecd62df43ff3f24 (diff) | |
| download | msgpack-python-50ffd2c489fdab81da2d994794b9582e0cadf5f4.tar.gz | |
Add msgpack.version as version tuple.
Diffstat (limited to 'msgpack')
| -rw-r--r-- | msgpack/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msgpack/__init__.py b/msgpack/__init__.py index 86786a2..cdf045f 100644 --- a/msgpack/__init__.py +++ b/msgpack/__init__.py @@ -1,4 +1,5 @@ # coding: utf-8 +from msgpack.__version__ import * from msgpack._msgpack import * # alias for compatibility to simplejson/marshal/pickle. |
