Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix signals import #104

Merged
merged 1 commit into from
May 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion server/analytics/stats/gen_archive_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@
# AUTHORS and LICENSE files distributed with this source code, or
# at https://www.sourcefabric.org/superdesk/license

from superdesk import Command, command, get_resource_service, Option, signals
from superdesk import Command, command, get_resource_service, Option
from superdesk.logging import logger
from superdesk.utc import utcnow
from superdesk.metadata.item import ITEM_STATE, ITEM_TYPE, FORMAT, SCHEDULE_SETTINGS, \
CONTENT_STATE, PUBLISH_SCHEDULE, EMBARGO
from superdesk.text_utils import get_par_count
from superdesk.celery_task_utils import get_lock_id
from superdesk.lock import lock, unlock
from superdesk.signals import signals

from analytics.stats.common import STAT_TYPE, OPERATION
from analytics.stats import featuremedia_updates, desk_transitions
Expand Down