ya.make 296 B

123456789101112131415161718192021
  1. PY23_LIBRARY()
  2. PEERDIR(
  3. contrib/python/six
  4. contrib/python/protobuf
  5. library/python/testing/yatest_common
  6. )
  7. SRCDIR(library/python/testing/swag)
  8. PY_SRCS(
  9. NAMESPACE library.python.testing.swag
  10. daemon.py
  11. gdb.py
  12. pathutil.py
  13. ports.py
  14. proto_traversals.py
  15. )
  16. END()