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:
@ -33,8 +33,8 @@ from unittest import mock
|
||||
|
||||
from os.path import dirname
|
||||
from os.path import join
|
||||
from apprise.attachment.AttachBase import AttachBase
|
||||
from apprise.attachment.AttachFile import AttachFile
|
||||
from apprise.attachment.base import AttachBase
|
||||
from apprise.attachment.file import AttachFile
|
||||
from apprise import AppriseAttachment
|
||||
from apprise.common import ContentLocation
|
||||
|
||||
|
Reference in New Issue
Block a user