28
28
import bzrlib.errors as errors
29
29
from bzrlib.workingtree import WorkingTree
32
31
from dialog import error_dialog
35
36
""" Display the Rename dialog and perform the needed actions. """
36
37
def __init__(self, wt, wtpath, selected=[]):
37
38
""" Initialize the Rename dialog. """
40
41
self.window = self.glade.get_widget('window_rename')