/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

Merged changes to packages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
from bzrlib.plugins.gtk.window import Window
17
17
from bzrlib.plugins.gtk.tags import AddTagDialog
18
18
from bzrlib.plugins.gtk.preferences import PreferencesWindow
 
19
from bzrlib.plugins.gtk.branchview import TreeView
19
20
from bzrlib.revision import Revision
20
21
from bzrlib.config import BranchConfig
21
22
from bzrlib.config import GlobalConfig
22
 
from treeview import TreeView
23
23
 
24
24
class BranchWindow(Window):
25
25
    """Branch window.