cmds: simplify things by removing a class
commitbdd83396be87c0e3d7f4a3383ea057bbbb532742
authorDavid Aguilar <davvid@gmail.com>
Wed, 10 Jul 2013 08:42:47 +0000 (10 01:42 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 10 Jul 2013 08:42:47 +0000 (10 01:42 -0700)
tree451394b9d701042d7553c5e110caec44ef0a0dd4
parente1beed43e6dc604a9fef4e6dd8d17aec265cbddd
cmds: simplify things by removing a class

RunCommand exists so that we keep a reference to QRunnables.  Not doing
so invokes the wrath of the python gc and crashes some versions of
PyQt4.  Tuck the reference into the AsyncCommand class so that we can do
without the RunCommand middleman.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/cmds.py