mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 18:38:35 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -32,7 +32,7 @@ from unittest import mock
|
||||
|
||||
import requests
|
||||
from apprise import Apprise
|
||||
from apprise.plugins.NotifySMSEagle import NotifySMSEagle
|
||||
from apprise.plugins.smseagle import NotifySMSEagle
|
||||
from helpers import AppriseURLTester
|
||||
from apprise import AppriseAttachment
|
||||
from apprise import NotifyType
|
||||
|
Reference in New Issue
Block a user