blob: f42d115d5d1b30a8e60f54d11f2fd3bf99bd3856 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PY23_LIBRARY()
PEERDIR(
library/cpp/blockcodecs
contrib/python/six
)
PY_SRCS(
__init__.py
)
BUILDWITH_CYTHON_CPP(__codecs.pyx)
PY_REGISTER(__codecs)
END()
|