ya.make 207 B

123456789101112131415161718
  1. PY23_LIBRARY()
  2. LICENSE(Service-Py23-Proxy)
  3. IF (PYTHON2)
  4. PEERDIR(contrib/python/argcomplete/py2)
  5. ELSE()
  6. PEERDIR(contrib/python/argcomplete/py3)
  7. ENDIF()
  8. NO_LINT()
  9. END()
  10. RECURSE(
  11. py2
  12. py3
  13. )