handlers: Rename Handler class to Action.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 26 Jul 2010 17:18:41 +0000 (19:18 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Tue, 27 Jul 2010 18:44:33 +0000 (20:44 +0200)
commit74f27713c34ce30c7eef87891f095a0d4bf15f50
treedac932eadef4e1d31bcf3fac58796a209823d10d
parentd64d30066c2cbcf02e1c4d05198ca430584b5cbd
handlers: Rename Handler class to Action.

Since instances of this class are really actions, not handlers that can
handle multiple actions, the name Action seems more appropriate (note
that the class itself could be seen as a handler, just not its
instances).
src/lib/backupninja/action.py
src/lib/backupninja/handlers/__init__.py
src/lib/backupninja/handlers/test.py