From: pin Date: Mon, 15 Feb 2010 18:53:56 +0000 (+0000) Subject: coquilles-- X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/commitdiff_plain/ad30e729946b53122b9c1f66225f143d16d584fe coquilles-- git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@31 fe552daf-6dbe-4428-90eb-1537e0879342 --- diff --git a/src/logging/EventLog.py b/src/logging/EventLog.py index 3e11f25..55d778a 100755 --- a/src/logging/EventLog.py +++ b/src/logging/EventLog.py @@ -5,7 +5,7 @@ Created on 21 aout 2009 ''' import time -class EventLog(): +class EventLog: ''' classdocs ''' diff --git a/src/logging/Log.py b/src/logging/Log.py index 4aef88b..a658e8a 100755 --- a/src/logging/Log.py +++ b/src/logging/Log.py @@ -24,7 +24,7 @@ from controllers.Wiimote import Wiimote from songs.Song import Song -class Log(): +class Log: ''' classdocs '''