blob: 0567288a6294a583da5457acafb26e9bbe44ba12 (
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
contrib/python/protobuf
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()
|