summaryrefslogtreecommitdiff
path: root/creole/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'creole/exceptions.py')
-rw-r--r--creole/exceptions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/creole/exceptions.py b/creole/exceptions.py
index 44cddff..91f9042 100644
--- a/creole/exceptions.py
+++ b/creole/exceptions.py
@@ -4,12 +4,12 @@
"""
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