dag.view: Factor common methods into a helper class
commit2f6c2cd72c20eb5459bb81f453e1608163964abf
authorDavid Aguilar <davvid@gmail.com>
Mon, 2 Jan 2012 00:58:51 +0000 (1 16:58 -0800)
committerDavid Aguilar <davvid@gmail.com>
Mon, 2 Jan 2012 01:06:56 +0000 (1 17:06 -0800)
tree74b7744fce0781c0833be8626a50d6851cef5da4
parent6b395315becee3a3172efec73f7c828fde1d43f6
dag.view: Factor common methods into a helper class

ViewerMixin handles most of the common callbacks between the
list view and the graph view.  The "create patch code" is still
different but this hits all of the duplicates.

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