/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/bzrkapp.py

  • Committer: Jelmer Vernooij
  • Date: 2006-09-30 10:21:43 UTC
  • Revision ID: jelmer@samba.org-20060930102143-c0ef64d6ca860c21
Merge some files from Olive and bzr-gtk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
import gtk
16
16
 
17
17
from branchwin import BranchWindow
18
 
from bzrlib.plugins.gtk.diff import DiffWindow
 
18
from diffwin import DiffWindow
19
19
 
20
20
 
21
21
class BzrkApp(object):