HomeSort by relevance Sort by last modified time
    Searched refs:bdist_msi (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_msi.py 1 """Tests for distutils.command.bdist_msi."""
13 @unittest.skip("Require bdist_msi")
16 from distutils.command.bdist_msi import bdist_msi namespace
18 cmd = bdist_msi(dist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_msi.py 1 """Tests for distutils.command.bdist_msi."""
13 @unittest.skip("Require bdist_msi")
16 from distutils.command.bdist_msi import bdist_msi namespace
18 cmd = bdist_msi(dist)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 31 import distutils.command.bdist_msi # if msi module is not build namespace
34 print "skipping bdist_msi"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 31 import distutils.command.bdist_msi # if msi module is not build namespace
34 print "skipping bdist_msi"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 7 Implements the bdist_msi command.
84 class bdist_msi (Command): class in inherits:Command
265 tup = 'bdist_msi', self.target_version or 'any', fullname
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 7 Implements the bdist_msi command.
84 class bdist_msi (Command): class in inherits:Command
265 tup = 'bdist_msi', self.target_version or 'any', fullname
    [all...]

Completed in 74 milliseconds