28
28
import bzrlib.errors as errors
31
30
from dialog import error_dialog, warning_dialog
34
35
""" Display the Remove file(s) dialog and perform the needed actions. """
35
36
def __init__(self, wt, wtpath, selected=[]):
36
37
""" Initialize the Remove file(s) dialog. """
39
40
self.window = self.glade.get_widget('window_remove')