ya.make 178 B

1234567891011121314
  1. PY23_LIBRARY()
  2. PY_SRCS(
  3. __init__.py
  4. ports.py
  5. )
  6. PEERDIR(
  7. contrib/python/ipdb
  8. library/python/testing/yatest_common
  9. library/python/testing/yatest_lib
  10. )
  11. END()