summaryrefslogtreecommitdiff
path: root/data/example_hooks.py
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-08-13 15:24:38 +0100
committerpazz <patricktotzke@gmail.com>2011-08-13 15:25:33 +0100
commitdc050f2bd8d918db1a851418b904d1350d6cc7a6 (patch)
tree54747650bfcc188919b7c2162d1a780078c32f86 /data/example_hooks.py
parenta78d499ef24f16be127cb727e4d91f7221bd5c81 (diff)
renamed colour theme sections, removed hook ex.
highcolour-theme -> 256c-theme normal-theme -> 16c-theme mono-theme -> 1c-theme
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!')