aboutsummaryrefslogtreecommitdiffstats
path: root/climl/interface.py
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-05-20 17:54:04 +0200
committerVG <vg@devys.org>2016-05-20 17:54:04 +0200
commit9a1f49a5a1de49496d72c1f5e184b5441183d00d (patch)
treede4d5c8fc84bab295bdd9bf1837d33416d78924e /climl/interface.py
parentf9367c4da5e48ab597262093ca34536e2198a343 (diff)
downloadcliml-9a1f49a5a1de49496d72c1f5e184b5441183d00d.tar.gz
climl-9a1f49a5a1de49496d72c1f5e184b5441183d00d.tar.bz2
climl-9a1f49a5a1de49496d72c1f5e184b5441183d00d.zip
add a number of steps/hooks
Diffstat (limited to 'climl/interface.py')
-rw-r--r--climl/interface.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/climl/interface.py b/climl/interface.py
index 5a7f6ba..549eb8b 100644
--- a/climl/interface.py
+++ b/climl/interface.py
@@ -17,3 +17,11 @@ class HookAbortError(HookError):
'''
pass
+
+class HookAbortError(HookError, StopIteration):
+ '''
+ Run this if your hook declares it does not want other hooks to process
+ email.
+ '''
+
+ pass