summaryrefslogtreecommitdiff
path: root/creole/exceptions.py
blob: 44cddff36da7dcaaeb1ce4203fb91cd4d579cb64 (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.
"""

from __future__ import division, absolute_import, print_function, unicode_literals

class DocutilsImportError(ImportError):
    pass