fixed relative imports
This commit is contained in:
parent
075c954434
commit
0bc9b658f4
7 changed files with 7 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
The syslog processor
|
||||
"""
|
||||
|
||||
from processor import Processor
|
||||
from lib.processors.processor import Processor
|
||||
|
||||
|
||||
class SyslogProcessor(Processor):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue