Any problems executing an external program (such as the C compiler, when compiling C files).
| 60 | pass |
| 61 | |
| 62 | class DistutilsExecError (DistutilsError): |
| 63 | """Any problems executing an external program (such as the C |
| 64 | compiler, when compiling C files).""" |
| 65 | pass |
| 66 | |
| 67 | class DistutilsInternalError (DistutilsError): |
| 68 | """Internal inconsistencies or impossibilities (obviously, this |
no outgoing calls
no test coverage detected