views.dag: Remove calls to Edge.adjust() in Node.add_edge()
commit6beea8145216ffd42804652cb95195228f384d85
authorDavid Aguilar <davvid@gmail.com>
Thu, 17 Jun 2010 20:59:07 +0000 (17 13:59 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 17 Jun 2010 20:59:07 +0000 (17 13:59 -0700)
tree515371bcbe53e0c09040cbb56bf3874f1179d0f1
parent186b1f15f2f9fc249d520a4531f4e99171392e26
views.dag: Remove calls to Edge.adjust() in Node.add_edge()

There's no reason to do this in add_edge() since the information
is incomplete on the first call.  We now handle calling adjust()
outside of add_edge(), so this call is unnecessary.

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