aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/fs/ya.make
blob: 70a2dadb4f890fb5a943380e740a72c08abfaed0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OWNER(g:yatool)

PY23_LIBRARY()

PY_SRCS( 
    __init__.py 
) 

IF (OS_DARWIN) 
    PY_SRCS( 
        clonefile.pyx 
    ) 
ENDIF() 
 
PEERDIR(
    library/python/func
    library/python/strings
    library/python/windows
)

END()

RECURSE_FOR_TESTS(test)