mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
actions: Move part into zerver.lib.subscription_info.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit 9dd7e34ab3)
This commit is contained in:
committed by
Tim Abbott
parent
508c676f61
commit
b54240d6cf
@@ -54,7 +54,6 @@ from zerver.lib.actions import (
|
||||
check_send_message,
|
||||
check_send_stream_message,
|
||||
do_set_realm_property,
|
||||
gather_subscriptions,
|
||||
)
|
||||
from zerver.lib.cache import bounce_key_prefix_for_testing
|
||||
from zerver.lib.initial_password import initial_password
|
||||
@@ -66,6 +65,7 @@ from zerver.lib.streams import (
|
||||
create_stream_if_needed,
|
||||
get_default_value_for_history_public_to_subscribers,
|
||||
)
|
||||
from zerver.lib.subscription_info import gather_subscriptions
|
||||
from zerver.lib.test_console_output import (
|
||||
ExtraConsoleOutputFinder,
|
||||
ExtraConsoleOutputInTestException,
|
||||
|
||||
Reference in New Issue
Block a user