summaryrefslogtreecommitdiff
path: root/creole/exceptions.py
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2011-08-05 21:30:17 +0200
committerJensDiemer <git@jensdiemer.de>2011-08-05 21:30:17 +0200
commit0a8da0bb26a97bd9f3d7702716a402b400fa6633 (patch)
tree92dcf3ae8d5a4e051f7769a323696998269ef08a /creole/exceptions.py
parent4c2430d2cd44f969b57c7297c075b711b4641f2b (diff)
downloadcreole-0a8da0bb26a97bd9f3d7702716a402b400fa6633.tar.gz
Bugfix if docutils are not installed - API change for rest2html import!
Diffstat (limited to 'creole/exceptions.py')
-rw-r--r--creole/exceptions.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/creole/exceptions.py b/creole/exceptions.py
new file mode 100644
index 0000000..105b8f4
--- /dev/null
+++ b/creole/exceptions.py
@@ -0,0 +1,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