Searched refs:DistutilsByteCompileError (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_util.py6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError namespace
17 self.assertRaises(DistutilsByteCompileError, byte_compile, [])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
H A Dtest_util.py6 from distutils.errors import DistutilsPlatformError, DistutilsByteCompileError namespace
17 self.assertRaises(DistutilsByteCompileError, byte_compile, [])
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Derrors.py66 class DistutilsByteCompileError(DistutilsError): class in inherits:DistutilsError
H A Dutil.py14 from distutils.errors import DistutilsByteCompileError namespace
385 raise DistutilsByteCompileError('byte-compiling is disabled.')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Derrors.py66 class DistutilsByteCompileError(DistutilsError): class in inherits:DistutilsError
H A Dutil.py14 from distutils.errors import DistutilsByteCompileError namespace
385 raise DistutilsByteCompileError('byte-compiling is disabled.')

Completed in 43 milliseconds