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