31
29
import bzrlib.errors as errors
34
34
""" Display the Add file(s) dialog and perform the needed actions. """
35
def __init__(self, gladefile, wt, wtpath, selected=[]):
35
def __init__(self, wt, wtpath, selected=[]):
36
36
""" Initialize the Add file(s) dialog. """
40
39
self.window = self.glade.get_widget('window_add')