refactor: eliminate the `cola.notification` module
commit4cc2bb4d29304047463687adf039e5911de3e5b8
authorDavid Aguilar <davvid@gmail.com>
Fri, 25 Oct 2013 09:28:01 +0000 (25 02:28 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 25 Oct 2013 09:28:01 +0000 (25 02:28 -0700)
tree05a29859d0c8c51eca6ff4a5d134021ae413f086
parent7df566bfd27aab4835ede3f767e185fabf7f9584
refactor: eliminate the `cola.notification` module

Use the observable functionality instead of the redundant notifier.  We
now track the mode changed events in the commit message editor instead
of listening for a global notifier message.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/cmds.py
cola/notification.py [deleted file]
cola/widgets/commitmsg.py
cola/widgets/main.py