aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/fs/ya.make
blob: 2597e4fb8efad222f6d08e247d1d094af714714c (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)