From ad30e729946b53122b9c1f66225f143d16d584fe Mon Sep 17 00:00:00 2001 From: pin Date: Mon, 15 Feb 2010 18:53:56 +0000 Subject: [PATCH 1/1] coquilles-- git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@31 fe552daf-6dbe-4428-90eb-1537e0879342 --- src/logging/EventLog.py | 2 +- src/logging/Log.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ''' -- 2.20.1