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

  • Committer: Jelmer Vernooij
  • Date: 2011-03-14 20:12:19 UTC
  • Revision ID: jelmer@samba.org-20110314201219-wo692nzwywu6mevh
Fix formatting, imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from bzrlib.plugins.gtk import _i18n
27
27
from bzrlib.plugins.gtk.diff import DiffWidget
28
28
from bzrlib.plugins.gtk.dialog import question_dialog
29
 
from bzrlib.plugins.loom import branch as loom_branch
30
 
from bzrlib.plugins.loom import tree as loom_tree
 
29
from bzrlib.plugins.loom import (
 
30
    branch as loom_branch,
 
31
    tree as loom_tree,
 
32
    )
 
33
 
31
34
 
32
35
class LoomDialog(gtk.Dialog):
33
36
    """Simple Loom browse dialog."""