#!/usr/bin/python2.4

import gettext
import glchess.main

gettext.textdomain('glchess')
app = glchess.main.Application()
app.start()
