pylint objspace
This commit is contained in:
@ -2,12 +2,15 @@
|
||||
class ConfigError(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class FileNotFound(ConfigError):
|
||||
pass
|
||||
|
||||
|
||||
class TemplateError(ConfigError):
|
||||
pass
|
||||
|
||||
|
||||
class TemplateDisabled(TemplateError):
|
||||
"""Template is disabled.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user