Added DistutilsTemplateError.

This commit is contained in:
Greg Ward 2000-07-30 01:03:31 +00:00
parent c019e2c7a8
commit 58bff53320
1 changed files with 3 additions and 0 deletions

View File

@ -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):