Home
last modified time | relevance | path

Searched refs:format_command (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/distutils/command/
Dbdist.py22 bdist.format_command[format][1]))
72 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
126 commands.append(self.format_command[format][0])
/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist.py26 found = sorted(cmd.format_command)