14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30
22
class StatusWindow(window.Window):
31
23
""" Display Status window and perform the needed actions. """
32
25
def __init__(self, wt, wtpath, revision=None):
33
26
""" Initialize the Status window. """
34
27
super(StatusWindow, self).__init__()