/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: 2011-12-19 17:47:22 UTC
  • Revision ID: jelmer@canonical.com-20111219174722-hm8wjmwfoov2vyt4
Fix a relative import.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
 
80
80
def set_ui_factory():
81
 
    from ui import GtkUIFactory
 
81
    from bzrlib.plugins.gtk.ui import GtkUIFactory
82
82
    import bzrlib.ui
83
83
    bzrlib.ui.ui_factory = GtkUIFactory()
84
84