This commit is contained in:
2020-07-07 18:12:16 +02:00
parent eb6b22e5b1
commit ef948fa109
183 changed files with 798 additions and 914 deletions

View File

@ -34,3 +34,7 @@ class CreoleDictConsistencyError(Exception):
"""It's not only that the Creole XML is valid against the Creole DTD
it's that it is not consistent.
"""
class CreoleLoaderError(Exception):
pass