[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    l10n-kde4/scripts/pology/misc
From:       Sébastien Renard <sebastien.renard () digitalfox ! homeip ! net>
Date:       2008-01-26 16:10:05
Message-ID: 1201363805.343011.19664.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 766776 by renard:

Fix missing parameter in Exception init

 M  +1 -1      timeout.py  


--- trunk/l10n-kde4/scripts/pology/misc/timeout.py #766775:766776
@@ -8,7 +8,7 @@
 
 class TimedOutException(Exception):
     def __init__(self, value = "Timed Out"):
-        Exception.__init__()
+        Exception.__init__(self)
         self.value = value
     def __str__(self):
         return repr(self.value)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic