blob: 173334b4b56af58503c798fdf64c0d9fcf5d69bc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PY3TEST()
PEERDIR(
contrib/python/decorator
)
PY_SRCS(
TOP_LEVEL
documentation.py
)
TEST_SRCS(
#documentation.py
test.py
)
NO_LINT()
END()
|