31
31
import olive.backend.errors as errors
32
32
import olive.backend.fileops as fileops
35
37
""" Display the Make directory dialog and perform the needed actions. """
36
def __init__(self, gladefile, comm, dialog):
37
39
""" Initialize the Make directory dialog. """
38
40
self.gladefile = gladefile
46
47
self.window = self.glade.get_widget('window_mkdir')