/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: 2007-02-03 13:01:12 UTC
  • Revision ID: jelmer@samba.org-20070203130112-m1stbo29f1ahthzs
Move diff to top-level directory as well.

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 diffwin import DiffWindow
 
18
from bzrlib.plugins.gtk.diff import DiffWindow
19
19
 
20
20
 
21
21
class BzrkApp(object):