mirror of
https://github.com/caronc/apprise.git
synced 2025-08-10 00:38:02 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -37,7 +37,7 @@ import socket
|
||||
import logging
|
||||
logging.disable(logging.CRITICAL)
|
||||
|
||||
from apprise.plugins.NotifyRSyslog import NotifyRSyslog # noqa E402
|
||||
from apprise.plugins.rsyslog import NotifyRSyslog # noqa E402
|
||||
|
||||
|
||||
@mock.patch('socket.socket')
|
||||
|
Reference in New Issue
Block a user