commit | 58bff53320f41423cf3585dcf45fd24ce5eaf248 | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sun Jul 30 01:03:31 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sun Jul 30 01:03:31 2000 +0000 |
tree | 2fa3aee5658256d8f16a70d3f8d1f55241e12eb4 | |
parent | c019e2c7a8db8e84033d1c4121b1e63abb172c7d [diff] [blame] |
Added DistutilsTemplateError.
diff --git a/Lib/distutils/errors.py b/Lib/distutils/errors.py index a718f01..bec3464 100644 --- a/Lib/distutils/errors.py +++ b/Lib/distutils/errors.py
@@ -73,6 +73,9 @@ 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):