summaryrefslogtreecommitdiff
path: root/creole/exceptions.py
blob: 91f9042169f4d782966885369632354dbfa70966 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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