/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-11 23:00:17 UTC
  • mfrom: (719.1.3 bzr-gtk)
  • Revision ID: jelmer@canonical.com-20110311230017-yexxy58qe5f8fegx
Merge translations.

Show diffs side-by-side

added added

removed removed

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