/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to viz/branchwin.py

  • Committer: Gary van der Merwe
  • Date: 2007-08-14 20:38:20 UTC
  • mto: (256.2.37 gtk)
  • mto: This revision was merged to the branch mainline in revision 289.
  • Revision ID: garyvdm@gmail.com-20070814203820-jndt7sl86yetrqcj
Oops - Renamed file without changeing import lines

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
from bzrlib.osutils import format_date
17
17
 
18
 
from graph import linegraph, same_branch
 
18
from linegraph import linegraph, same_branch
19
19
from graphcell import CellRendererGraph
20
20
 
21
21