Replace class 'TournamentTable' by 'RoundRobinTable'.

This commit is contained in:
vonavi
2013-11-23 10:53:38 +02:00
parent 500b412d4e
commit cfa7e19617
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
module LORChess
class TournamentTable
class RoundRobinTable
require 'yaml'