mirror of
https://github.com/caronc/apprise.git
synced 2025-08-16 11:38:08 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -29,13 +29,13 @@
|
||||
from os.path import dirname
|
||||
from os.path import join
|
||||
from apprise.decorators import notify
|
||||
from apprise.decorators.CustomNotifyPlugin import CustomNotifyPlugin
|
||||
from apprise.decorators.base import CustomNotifyPlugin
|
||||
from apprise import Apprise
|
||||
from apprise import AppriseConfig
|
||||
from apprise import AppriseAsset
|
||||
from apprise import AppriseAttachment
|
||||
from apprise import common
|
||||
from apprise.NotificationManager import NotificationManager
|
||||
from apprise.manager_plugins import NotificationManager
|
||||
|
||||
# Disable logging for a cleaner testing output
|
||||
import logging
|
||||
|
Reference in New Issue
Block a user