/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 __init__.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:
176
176
            tree1 = wt
177
177
            tree2 = tree1.basis_tree()
178
178
 
179
 
        from viz.diffwin import DiffWindow
 
179
        from viz.diff import DiffWindow
180
180
        import gtk
181
181
        window = DiffWindow()
182
182
        window.connect("destroy", lambda w: gtk.main_quit())