mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 10:28:38 +02:00
Refactor: Python Module Naming & Namespace Harmonization (#1119)
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import requests
|
||||
from apprise.plugins.NotifyPopcornNotify import NotifyPopcornNotify
|
||||
from apprise.plugins.popcorn_notify import NotifyPopcornNotify
|
||||
from helpers import AppriseURLTester
|
||||
|
||||
# Disable logging for a cleaner testing output
|
||||
|
Reference in New Issue
Block a user