[SCM] Packaging for londonlaw branch, master, updated. debian/0.2.1-10-14-gb71eca4

Bruno Kleinert fuddl at tauware.de
Sat Nov 21 19:23:11 UTC 2009


The following commit has been merged in the master branch:
commit b967f994b1c10fa69df8403db1b5397a374c8766
Author: Bruno Kleinert <fuddl at tauware.de>
Date:   Sat Nov 21 19:46:18 2009 +0100

    Commit original upstream file.
    
    For some reason, that file made problems in formt 3.0 quilt

diff --git a/londonlaw/server/Game.py b/londonlaw/server/Game.py
index ac019bc..bf7ba5a 100644
--- a/londonlaw/server/Game.py
+++ b/londonlaw/server/Game.py
@@ -20,7 +20,6 @@ import sets
 
 from twisted.python import components
 from twisted.python import log
-from zope import interface
 
 from londonlaw.common.protocol import *
 from londonlaw.common.map import *
@@ -33,7 +32,7 @@ class GameError(Exception):
    pass
 
 
-class IGameListener(interface.Interface):
+class IGameListener(components.Interface):
    def announceHistory(self, history):
       pass
 

-- 
Packaging for londonlaw



More information about the Pkg-games-commits mailing list