summaryrefslogtreecommitdiff
path: root/data/example_hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'data/example_hooks.py')
-rw-r--r--data/example_hooks.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/example_hooks.py b/data/example_hooks.py
deleted file mode 100644
index 1c1e0e9d..00000000
--- a/data/example_hooks.py
+++ /dev/null
@@ -1,5 +0,0 @@
-# hooks get two parameters, an alot.ui.UI object, and an alt.db.DBManager object
-# for all commands X, pre_X gets called before, post_X after X is applied.
-
-def pre_exit(ui, dbman):
- ui.logger.info('goodbye!')