Home
last modified time | relevance | path

Searched defs:build_scripts (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Tools/test2to3/
Dsetup.py10 from distutils.command.build_scripts import build_scripts_2to3 as build_scripts unknown
/third_party/python/Lib/distutils/command/
Dbuild_scripts.py17 class build_scripts(Command): class