33
33
from bzrlib.status import show_tree_status
34
34
from bzrlib.workingtree import WorkingTree
38
38
from olive import gladefile
41
41
""" Display Status window and perform the needed actions. """
42
def __init__(self, gladefile, wt, wtpath):
43
43
""" Initialize the Status window. """
44
44
self.glade = gtk.glade.XML(gladefile, 'window_status')