/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: Daniel Schierbeck
  • Date: 2007-11-02 22:39:43 UTC
  • Revision ID: daniel.schierbeck@gmail.com-20071102223943-qhvf0gfxbz45ftcg
Removed unnecessary imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
import gtk
13
13
import gobject
14
14
import pango
15
 
import treemodel
16
15
 
17
16
from bzrlib.plugins.gtk.window import Window
18
 
from bzrlib.osutils import format_date
19
 
 
20
 
from linegraph import linegraph, same_branch
21
 
from graphcell import CellRendererGraph
22
 
from treemodel import TreeModel
23
 
from treeview  import TreeView
 
17
from treeview import TreeView
24
18
 
25
19
class BranchWindow(Window):
26
20
    """Branch window.