whitespaces at night...

This commit is contained in:
Johannes Findeisen 2013-06-19 03:26:25 +02:00
commit c463f2473d
11 changed files with 28 additions and 40 deletions

View file

@ -1,7 +1,5 @@
"""
Created on Jun 16, 2013
@author: rafael
The processor class for postprocessing polled data.
"""

View file

@ -9,5 +9,6 @@ class Syslog(Processor):
def __init__(self):
pass
def create(kwargs):
return Syslog(**kwargs)
return Syslog(**kwargs)