31
29
import bzrlib.errors as errors
34
34
""" Display Push dialog and perform the needed actions. """
36
36
""" Initialize the Push dialog. """
43
39
self.window = self.glade.get_widget('window_push')
45
43
# Dictionary for signal_autoconnect
46
44
dic = { "on_button_push_push_clicked": self.push,