cmdfactory: Do not register commands in the factory
commitf445a31a6509abd081ae6f4909fcce359c6583ad
authorDavid Aguilar <davvid@gmail.com>
Sat, 19 Sep 2009 20:40:45 +0000 (19 13:40 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 19 Sep 2009 20:45:12 +0000 (19 13:45 -0700)
tree065adc9ea32e222b026ebb567bc932337801cc5f
parent90dd7199de1ea421647fe50f79fec9ac6c3d6e08
cmdfactory: Do not register commands in the factory

This removes the command registration from the factory.
Registration is now done by the cola.commands module in main().

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/cmdfactory.py
cola/commands.py
cola/main.py
cola/models/main.py