views.main: Factor out callbacks into guicmds
commit84e74ae26fd5d439b51f8753b30b1bea04e8e4ae
authorDavid Aguilar <davvid@gmail.com>
Sun, 4 Apr 2010 08:01:24 +0000 (4 01:01 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sun, 4 Apr 2010 08:01:24 +0000 (4 01:01 -0700)
treeb08d3c77a75faa601e347e8637012fb307c6b69e
parent83d8a45bee9e8db3b5156cd4b762c2030b2985a4
views.main: Factor out callbacks into guicmds

This removes another few hundreds lines of callback code
from the main GUI.  We also load less at startup.
controllers/util.py was folded into guicmds as well.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/controllers/util.py [deleted file]
cola/guicmds.py
cola/views/main.py
test/test_cola_imports.py