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
22
30
class StatusWindow(window.Window):
23
31
""" Display Status window and perform the needed actions. """
25
32
def __init__(self, wt, wtpath, revision=None):
26
33
""" Initialize the Status window. """
27
34
super(StatusWindow, self).__init__()