summaryrefslogtreecommitdiff
path: root/creole/exceptions.py
blob: 826ddbd292e0341423dc22d06abdc69e8fd90761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13


"""
    python-creole exceptions
    ~~~~~~~~~~~~~~~~~~~~~~~~

    :copyleft: 2011 by python-creole team, see AUTHORS for more details.
    :license: GNU GPL v3 or above, see LICENSE for more details.
"""


class DocutilsImportError(ImportError):
    pass