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

  • Committer: Jelmer Vernooij
  • Date: 2007-02-03 14:19:44 UTC
  • Revision ID: jelmer@samba.org-20070203141944-oa6iqhetsy0slqo0
Fix references to dialog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
from bzrlib.config import GlobalConfig
32
32
import bzrlib.errors as errors
33
33
 
34
 
from olive.dialog import error_dialog, info_dialog
 
34
from dialog import error_dialog, info_dialog
35
35
 
36
36
 
37
37
class BranchDialog(gtk.Dialog):