Add missing InterpolationSyntaxError.

XXX Not sure this is correct.
This commit is contained in:
Neal Norwitz 2002-12-30 23:38:47 +00:00
parent 6ec0a8ab93
commit ce1d944b6b
1 changed files with 2 additions and 0 deletions

View File

@ -139,6 +139,8 @@ class InterpolationError(Error):
self.option = option self.option = option
self.section = section self.section = section
class InterpolationSyntaxError(Error): pass
class InterpolationDepthError(Error): class InterpolationDepthError(Error):
def __init__(self, option, section, rawval): def __init__(self, option, section, rawval):
Error.__init__(self, Error.__init__(self,