summaryrefslogtreecommitdiff
path: root/creole/exceptions.py
blob: d52e6b4622529385a4fcfa775c4ffcbcd91bfd4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env python
# coding: utf-8

"""
    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