/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 push.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:
22
22
    
23
23
import gtk
24
24
 
25
 
from olive import delimiter
26
25
from errors import show_bzr_error
27
26
 
28
27
from bzrlib.config import LocationConfig
29
28
import bzrlib.errors as errors
30
29
 
31
 
from olive.dialog import error_dialog, info_dialog, question_dialog
 
30
from dialog import error_dialog, info_dialog, question_dialog
32
31
 
 
32
from olive import delimiter
33
33
 
34
34
class PushDialog(gtk.Dialog):
35
35
    """ New implementation of the Push dialog. """