home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / python-support / gnome-games-data / glchess / glchess.py < prev    next >
Encoding:
Python Source  |  2009-04-14  |  100 b   |  6 lines

  1. # -*- coding: utf-8 -*-
  2. import main
  3. def start_game ():
  4.     app = main.Application()
  5.     app.start()
  6.