From 137ffc575e87d58c53891690a175ac3487ab2d9d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Tue, 18 Jun 2013 05:39:37 +0200 Subject: [PATCH] the syslog file... i forgot... ;) --- lib/processors/syslog.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lib/processors/syslog.py diff --git a/lib/processors/syslog.py b/lib/processors/syslog.py new file mode 100644 index 0000000..05b4665 --- /dev/null +++ b/lib/processors/syslog.py @@ -0,0 +1,10 @@ +""" +The syslog processor +""" + +from processor import Processor + + +class Syslog(Processor): + def __init__(self): + pass \ No newline at end of file