diff options
author | INADA Naoki <methane@users.noreply.github.com> | 2018-11-14 16:35:37 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-14 16:35:37 +0900 |
commit | d782464c9150e448ab3a8d81197ff335e1ac2c2b (patch) | |
tree | d008991560c7ca596e11e4e760a3e613fe252bc4 /msgpack/_msgpack.pyx | |
parent | 2b5f59166beeccde0ee230c8673cf50932c8daba (diff) | |
download | msgpack-python-d782464c9150e448ab3a8d81197ff335e1ac2c2b.tar.gz |
Refactor Cython code (#328)
_msgpack -> _cmsgpack
Diffstat (limited to 'msgpack/_msgpack.pyx')
-rw-r--r-- | msgpack/_msgpack.pyx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/msgpack/_msgpack.pyx b/msgpack/_msgpack.pyx deleted file mode 100644 index 4381394..0000000 --- a/msgpack/_msgpack.pyx +++ /dev/null @@ -1,4 +0,0 @@ -# coding: utf-8 -#cython: embedsignature=True, c_string_encoding=ascii -include "_packer.pyx" -include "_unpacker.pyx" |