aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/windows/ya.make
blob: 3b80fb944fa31388b5332926fa117199c7af654f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(g:yatool) 
 
PY23_LIBRARY() 
 
PY_SRCS(__init__.py) 
 
PEERDIR( 
    library/python/func 
    library/python/strings 
    contrib/python/six 
) 
 
END()