summaryrefslogtreecommitdiffstats
path: root/helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'helpers.py')
-rw-r--r--helpers.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/helpers.py b/helpers.py
index 5ffada5..23f3c84 100644
--- a/helpers.py
+++ b/helpers.py
@@ -15,3 +15,7 @@ def debug1(s):
def debug2(s):
if verbose >= 2:
log(s)
+
+
+class Fatal(Exception):
+ pass