Added DistutilsTemplateError.
This commit is contained in:
parent
c019e2c7a8
commit
58bff53320
|
@ -73,6 +73,9 @@ class DistutilsInternalError (DistutilsError):
|
|||
should never be seen if the code is working!)."""
|
||||
pass
|
||||
|
||||
class DistutilsTemplateError (DistutilsError):
|
||||
"""Syntax error in a file list template."""
|
||||
|
||||
|
||||
# Exception classes used by the CCompiler implementation classes
|
||||
class CCompilerError (Exception):
|
||||
|
|
Loading…
Reference in New Issue