From dc5d86958fad400a3add59d7df2911a4ea68a828 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 12 Jul 2007 21:06:33 +0000 Subject: cleanup --- (limited to 'game.py') diff --git a/game.py b/game.py index 493ce64..069a08f 100755 --- a/game.py +++ b/game.py @@ -1,8 +1,6 @@ #! /usr/bin/env python # -# Copyright (C) 2007, One Laptop Per Child -# -# Muriel de Souza Godoi - muriel@laptop.org +# Copyright (C) 2006, 2007, One Laptop Per Child # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -301,4 +299,4 @@ class MemorizeGame(gobject.GObject): def empty_waiting_list(self): for buddy in self.waiting_players: - self.rem_to_waiting_list(buddy) \ No newline at end of file + self.rem_to_waiting_list(buddy) -- cgit v0.9.1