/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 bzr-handle-patch

  • Committer: Jelmer Vernooij
  • Author(s): Fabio Zanini
  • Date: 2011-04-04 17:52:28 UTC
  • Revision ID: jelmer@samba.org-20110404175228-wz8eczzurrowmxju
Fix import of open_display in bzr-handle-patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
from bzrlib import errors, merge_directive
4
4
from bzrlib.plugin import load_plugins
5
 
from bzrlib.plugins.gtk import open_display
 
5
from bzrlib.plugins.gtk.commands import open_display
 
6
 
6
7
load_plugins()
7
8
 
8
9
import sys