Statistics
| Branch: | Tag: | Revision:

root / lib / hooksmaster.py @ 6b614440

History | View | Annotate | Download (9.2 kB)

# Date Author Comment
68d95757 04/17/2013 09:27 am Guido Trotter

Move HooksMaster out of the mcpu module

We need to do this, so that backend.py doesn't need to import mcpu, and
thus indirectly cmdlib. This reduces the size of the node daemon by
about half, which is very important as it is pinned in memory.

This solves Issue 419....