Commit 58bff533 authored by Greg Ward's avatar Greg Ward

Added DistutilsTemplateError.

parent c019e2c7
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment