]> git.parisson.com Git - timeside-diadems.git/commitdiff
Add a description function to all processors (@classmethod). Reformat timeside.core...
authorThomas Fillon <thomas@parisson.com>
Wed, 22 Oct 2014 15:05:39 +0000 (17:05 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 22 Oct 2014 15:05:39 +0000 (17:05 +0200)
timeside/analyzer/irit_noise_startSilences.py

index bbea231be79ba4ba9ea86ff6d911fb7894128069..e820b93f71c9e0b5cb632a010329da004ead97f6 100644 (file)
@@ -35,12 +35,13 @@ import os
 
 
 class IRITStartSeg(Analyzer):
-    implements(IAnalyzer)
     '''
     Segmentation of recording sessions into 'start' and 'session' segments
 
     Properties:
     '''
+    implements(IAnalyzer)
+
     @interfacedoc
     def __init__(self):
         super(IRITStartSeg, self).__init__()