blob: c1f486f7fa260e6071a3d82df0d6e4e3cf3d5551 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PY23_LIBRARY()
PEERDIR(
contrib/python/six
library/python/protobuf/runtime
library/python/testing/yatest_common
)
SRCDIR(library/python/testing/swag)
PY_SRCS(
NAMESPACE library.python.testing.swag
daemon.py
gdb.py
pathutil.py
ports.py
proto_traversals.py
)
END()
|