From 6ded480d05bccec4ed83366c0b0f014ac32fdc7c Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Fri, 19 Jul 2019 13:51:33 -0700 Subject: [PATCH] license: Remove license headers --- src/sentry/__init__.py | 7 ------- src/sentry/__main__.py | 7 ------- src/sentry/api/paginator.py | 7 ------- src/sentry/app.py | 7 ------- src/sentry/attachments/base.py | 8 -------- src/sentry/attachments/default.py | 8 -------- src/sentry/attachments/redis.py | 8 -------- src/sentry/buffer/base.py | 7 ------- src/sentry/buffer/inprocess.py | 7 ------- src/sentry/buffer/redis.py | 7 ------- src/sentry/cache/base.py | 8 -------- src/sentry/cache/django.py | 8 -------- src/sentry/cache/redis.py | 8 -------- src/sentry/conf/__init__.py | 7 ------- src/sentry/conf/server.py | 6 ------ src/sentry/constants.py | 6 ------ src/sentry/coreapi.py | 7 ------- src/sentry/db/__init__.py | 8 -------- src/sentry/db/exceptions.py | 7 ------- src/sentry/db/models/__init__.py | 8 -------- src/sentry/db/models/base.py | 8 -------- src/sentry/db/models/fields/__init__.py | 8 -------- src/sentry/db/models/fields/bounded.py | 8 -------- src/sentry/db/models/fields/citext.py | 8 -------- src/sentry/db/models/fields/foreignkey.py | 8 -------- src/sentry/db/models/fields/gzippeddict.py | 8 -------- src/sentry/db/models/fields/node.py | 8 -------- src/sentry/db/models/manager.py | 8 -------- src/sentry/db/models/query.py | 8 -------- src/sentry/db/models/utils.py | 8 -------- src/sentry/event_manager.py | 6 ------ src/sentry/http.py | 7 ------- src/sentry/interfaces/__init__.py | 7 ------- src/sentry/interfaces/breadcrumbs.py | 8 -------- src/sentry/interfaces/contexts.py | 8 -------- src/sentry/interfaces/exception.py | 8 -------- src/sentry/interfaces/http.py | 8 -------- src/sentry/interfaces/message.py | 8 -------- src/sentry/interfaces/schemas.py | 8 -------- src/sentry/interfaces/security.py | 8 -------- src/sentry/interfaces/stacktrace.py | 8 -------- src/sentry/interfaces/template.py | 7 ------- src/sentry/interfaces/user.py | 7 ------- src/sentry/logging/__init__.py | 7 ------- src/sentry/logging/handlers.py | 6 ------ src/sentry/management/__init__.py | 7 ------- src/sentry/management/commands/__init__.py | 7 ------- src/sentry/management/commands/backfill_eventstream.py | 7 ------- src/sentry/management/commands/check_notifications.py | 7 ------- src/sentry/management/commands/collectstatic.py | 7 ------- src/sentry/management/commands/create_sample_event.py | 7 ------- src/sentry/management/commands/send_fake_data.py | 7 ------- src/sentry/middleware/__init__.py | 8 -------- src/sentry/middleware/debug.py | 7 ------- src/sentry/middleware/locale.py | 8 -------- src/sentry/middleware/maintenance.py | 7 ------- src/sentry/middleware/social_auth.py | 8 -------- src/sentry/middleware/sudo.py | 7 ------- src/sentry/models/__init__.py | 7 ------- src/sentry/models/activity.py | 7 ------- src/sentry/models/apikey.py | 7 ------- src/sentry/models/auditlogentry.py | 7 ------- src/sentry/models/authenticator.py | 7 ------- src/sentry/models/broadcast.py | 7 ------- src/sentry/models/counter.py | 8 -------- src/sentry/models/debugfile.py | 8 -------- src/sentry/models/distribution.py | 7 ------- src/sentry/models/environment.py | 7 ------- src/sentry/models/event.py | 7 ------- src/sentry/models/eventmapping.py | 7 ------- src/sentry/models/file.py | 8 -------- src/sentry/models/group.py | 7 ------- src/sentry/models/groupassignee.py | 6 ------ src/sentry/models/groupbookmark.py | 7 ------- src/sentry/models/groupemailthread.py | 7 ------- src/sentry/models/grouphash.py | 7 ------- src/sentry/models/grouplink.py | 7 ------- src/sentry/models/groupmeta.py | 7 ------- src/sentry/models/grouprulestatus.py | 7 ------- src/sentry/models/groupseen.py | 7 ------- src/sentry/models/groupshare.py | 7 ------- src/sentry/models/lostpasswordhash.py | 7 ------- src/sentry/models/option.py | 7 ------- src/sentry/models/organization.py | 7 ------- src/sentry/models/organizationaccessrequest.py | 7 ------- src/sentry/models/organizationmember.py | 7 ------- src/sentry/models/organizationonboardingtask.py | 7 ------- src/sentry/models/organizationoption.py | 7 ------- src/sentry/models/processingissue.py | 7 ------- src/sentry/models/project.py | 7 ------- src/sentry/models/projectbookmark.py | 7 ------- src/sentry/models/projectkey.py | 7 ------- src/sentry/models/projectoption.py | 7 ------- src/sentry/models/rawevent.py | 7 ------- src/sentry/models/release.py | 7 ------- src/sentry/models/releasefile.py | 8 -------- src/sentry/models/reprocessingreport.py | 7 ------- src/sentry/models/rule.py | 7 ------- src/sentry/models/team.py | 7 ------- src/sentry/models/user.py | 7 ------- src/sentry/models/useroption.py | 7 ------- src/sentry/models/userreport.py | 7 ------- src/sentry/monitoring/queues.py | 7 ------- src/sentry/nodestore/base.py | 8 -------- src/sentry/nodestore/django/__init__.py | 7 ------- src/sentry/nodestore/django/backend.py | 8 -------- src/sentry/nodestore/django/models.py | 8 -------- src/sentry/nodestore/models.py | 8 -------- src/sentry/nodestore/riak/__init__.py | 7 ------- src/sentry/nodestore/riak/backend.py | 8 -------- src/sentry/nodestore/riak/client.py | 8 -------- src/sentry/options/__init__.py | 7 ------- src/sentry/options/defaults.py | 7 ------- src/sentry/options/manager.py | 7 ------- src/sentry/options/store.py | 7 ------- src/sentry/plugins/__init__.py | 7 ------- src/sentry/plugins/base/__init__.py | 7 ------- src/sentry/plugins/base/manager.py | 7 ------- src/sentry/plugins/base/notifier.py | 8 -------- src/sentry/plugins/base/response.py | 7 ------- src/sentry/plugins/base/structs.py | 8 -------- src/sentry/plugins/base/v1.py | 7 ------- src/sentry/plugins/base/v2.py | 7 ------- src/sentry/plugins/bases/issue.py | 7 ------- src/sentry/plugins/bases/notify.py | 7 ------- src/sentry/plugins/bases/tag.py | 7 ------- src/sentry/plugins/helpers.py | 7 ------- src/sentry/plugins/interfaces/releasehook.py | 8 -------- src/sentry/plugins/sentry_interface_types/__init__.py | 7 ------- src/sentry/plugins/sentry_interface_types/models.py | 7 ------- src/sentry/plugins/sentry_mail/__init__.py | 7 ------- src/sentry/plugins/sentry_mail/models.py | 7 ------- src/sentry/plugins/sentry_urls/__init__.py | 7 ------- src/sentry/plugins/sentry_urls/models.py | 7 ------- src/sentry/plugins/sentry_useragents/__init__.py | 7 ------- src/sentry/plugins/sentry_useragents/models.py | 7 ------- src/sentry/projectoptions/__init__.py | 7 ------- src/sentry/projectoptions/defaults.py | 7 ------- src/sentry/projectoptions/manager.py | 7 ------- src/sentry/quotas/base.py | 7 ------- src/sentry/quotas/redis.py | 7 ------- src/sentry/rules/__init__.py | 8 -------- src/sentry/rules/actions/__init__.py | 8 -------- src/sentry/rules/actions/base.py | 8 -------- src/sentry/rules/actions/notify_event.py | 6 ------ src/sentry/rules/actions/notify_event_service.py | 6 ------ src/sentry/rules/base.py | 8 -------- src/sentry/rules/conditions/__init__.py | 8 -------- src/sentry/rules/conditions/base.py | 7 ------- src/sentry/rules/conditions/event_attribute.py | 8 -------- src/sentry/rules/conditions/event_frequency.py | 8 -------- src/sentry/rules/conditions/every_event.py | 8 -------- src/sentry/rules/conditions/first_seen_event.py | 8 -------- src/sentry/rules/conditions/level.py | 8 -------- src/sentry/rules/conditions/reappeared_event.py | 8 -------- src/sentry/rules/conditions/regression_event.py | 8 -------- src/sentry/rules/conditions/tagged_event.py | 8 -------- src/sentry/rules/registry.py | 8 -------- src/sentry/runner/__init__.py | 7 ------- src/sentry/runner/commands/backup.py | 7 ------- src/sentry/runner/commands/cleanup.py | 7 ------- src/sentry/runner/commands/config.py | 7 ------- src/sentry/runner/commands/createuser.py | 7 ------- src/sentry/runner/commands/devserver.py | 7 ------- src/sentry/runner/commands/django.py | 7 ------- src/sentry/runner/commands/exec.py | 7 ------- src/sentry/runner/commands/help.py | 7 ------- src/sentry/runner/commands/init.py | 7 ------- src/sentry/runner/commands/plugins.py | 7 ------- src/sentry/runner/commands/queues.py | 7 ------- src/sentry/runner/commands/repair.py | 7 ------- src/sentry/runner/commands/run.py | 7 ------- src/sentry/runner/commands/start.py | 7 ------- src/sentry/runner/commands/upgrade.py | 7 ------- src/sentry/runner/decorators.py | 7 ------- src/sentry/runner/importer.py | 7 ------- src/sentry/runner/initializer.py | 7 ------- src/sentry/runner/settings.py | 7 ------- src/sentry/search/base.py | 8 -------- src/sentry/search/models.py | 8 -------- src/sentry/services/__init__.py | 7 ------- src/sentry/services/base.py | 7 ------- src/sentry/services/http.py | 7 ------- src/sentry/services/smtp.py | 7 ------- src/sentry/tagstore/base.py | 8 -------- src/sentry/tagstore/exceptions.py | 8 -------- src/sentry/tagstore/legacy/__init__.py | 7 ------- src/sentry/tagstore/legacy/backend.py | 8 -------- src/sentry/tagstore/legacy/models/__init__.py | 8 -------- src/sentry/tagstore/legacy/models/eventtag.py | 7 ------- src/sentry/tagstore/legacy/models/grouptagkey.py | 7 ------- src/sentry/tagstore/legacy/models/grouptagvalue.py | 7 ------- src/sentry/tagstore/legacy/models/tagkey.py | 8 -------- src/sentry/tagstore/legacy/models/tagvalue.py | 7 ------- src/sentry/tagstore/models.py | 8 -------- src/sentry/tagstore/snuba/__init__.py | 7 ------- src/sentry/tagstore/snuba/backend.py | 8 -------- src/sentry/tagstore/tasks.py | 8 -------- src/sentry/tagstore/v2/__init__.py | 7 ------- src/sentry/tagstore/v2/backend.py | 8 -------- src/sentry/tagstore/v2/models/__init__.py | 8 -------- src/sentry/tagstore/v2/models/eventtag.py | 7 ------- src/sentry/tagstore/v2/models/grouptagkey.py | 7 ------- src/sentry/tagstore/v2/models/grouptagvalue.py | 7 ------- src/sentry/tagstore/v2/models/tagkey.py | 8 -------- src/sentry/tagstore/v2/models/tagvalue.py | 7 ------- src/sentry/tasks/__init__.py | 7 ------- src/sentry/tasks/activity.py | 8 -------- src/sentry/tasks/base.py | 7 ------- src/sentry/tasks/beacon.py | 8 -------- src/sentry/tasks/check_auth.py | 8 -------- src/sentry/tasks/email.py | 8 -------- src/sentry/tasks/merge.py | 8 -------- src/sentry/tasks/options.py | 7 ------- src/sentry/tasks/ping.py | 8 -------- src/sentry/tasks/post_process.py | 8 -------- src/sentry/tasks/process_buffer.py | 8 -------- src/sentry/tasks/store.py | 8 -------- src/sentry/templatetags/__init__.py | 7 ------- src/sentry/templatetags/sentry_admin_helpers.py | 7 ------- src/sentry/templatetags/sentry_helpers.py | 7 ------- src/sentry/templatetags/sentry_plugins.py | 7 ------- src/sentry/testutils/__init__.py | 7 ------- src/sentry/testutils/asserts.py | 7 ------- src/sentry/testutils/cases.py | 8 -------- src/sentry/testutils/helpers/__init__.py | 7 ------- src/sentry/testutils/skips.py | 7 ------- src/sentry/tsdb/base.py | 7 ------- src/sentry/tsdb/dummy.py | 7 ------- src/sentry/tsdb/inmemory.py | 7 ------- src/sentry/tsdb/redis.py | 7 ------- src/sentry/utils/__init__.py | 7 ------- src/sentry/utils/auth.py | 7 ------- src/sentry/utils/avatar.py | 10 ++-------- src/sentry/utils/cache.py | 7 ------- src/sentry/utils/canonical.py | 8 -------- src/sentry/utils/cursors.py | 7 ------- src/sentry/utils/data_filters.py | 7 ------- src/sentry/utils/data_scrubber.py | 7 ------- src/sentry/utils/dates.py | 7 ------- src/sentry/utils/db.py | 7 ------- src/sentry/utils/debug.py | 7 ------- src/sentry/utils/email.py | 7 ------- src/sentry/utils/files.py | 7 ------- src/sentry/utils/gevent.py | 3 ++- src/sentry/utils/hashlib.py | 7 ------- src/sentry/utils/http.py | 7 ------- src/sentry/utils/imports.py | 7 ------- src/sentry/utils/javascript.py | 7 ------- src/sentry/utils/json.py | 7 ------- src/sentry/utils/managers.py | 7 ------- src/sentry/utils/math.py | 7 ------- src/sentry/utils/outcomes.py | 6 ------ src/sentry/utils/query.py | 7 ------- src/sentry/utils/runner.py | 7 ------- src/sentry/utils/safe.py | 7 ------- src/sentry/utils/samples.py | 7 ------- src/sentry/utils/settings.py | 7 ------- src/sentry/utils/sqlparser.py | 7 ------- src/sentry/utils/strings.py | 7 ------- src/sentry/utils/types.py | 7 ------- src/sentry/utils/yaml.py | 7 ------- src/sentry/web/__init__.py | 7 ------- src/sentry/web/forms/__init__.py | 7 ------- src/sentry/web/forms/accounts.py | 7 ------- src/sentry/web/forms/fields.py | 7 ------- src/sentry/web/frontend/__init__.py | 7 ------- src/sentry/web/frontend/accounts.py | 7 ------- src/sentry/web/frontend/generic.py | 7 ------- src/sentry/web/helpers.py | 7 ------- src/sentry/web/urls.py | 7 ------- src/sentry/wsgi.py | 7 ------- tests/sentry/plugins/interfaces/test_releasehook.py | 8 -------- 273 files changed, 4 insertions(+), 1979 deletions(-) diff --git a/src/sentry/__init__.py b/src/sentry/__init__.py index 5b26ae1eb6f1..2ebd11689e62 100644 --- a/src/sentry/__init__.py +++ b/src/sentry/__init__.py @@ -1,10 +1,3 @@ -""" -sentry -~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import os diff --git a/src/sentry/__main__.py b/src/sentry/__main__.py index 31f8260da4a6..62b4709bbadf 100644 --- a/src/sentry/__main__.py +++ b/src/sentry/__main__.py @@ -1,10 +1,3 @@ -""" -sentry -~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from .runner import main diff --git a/src/sentry/api/paginator.py b/src/sentry/api/paginator.py index 0c5663fa2850..6fd0f38ddcb1 100644 --- a/src/sentry/api/paginator.py +++ b/src/sentry/api/paginator.py @@ -1,10 +1,3 @@ -""" -sentry.api.paginator -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import bisect diff --git a/src/sentry/app.py b/src/sentry/app.py index dec6248d2cf6..aa3b92f8ad11 100644 --- a/src/sentry/app.py +++ b/src/sentry/app.py @@ -1,10 +1,3 @@ -""" -sentry.app -~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from threading import local diff --git a/src/sentry/attachments/base.py b/src/sentry/attachments/base.py index 6c4c8f6c9124..b5199c12d2b6 100644 --- a/src/sentry/attachments/base.py +++ b/src/sentry/attachments/base.py @@ -1,11 +1,3 @@ -""" -sentry.attachments.base -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import zlib diff --git a/src/sentry/attachments/default.py b/src/sentry/attachments/default.py index 3e722ff61d10..4386f3bbc404 100644 --- a/src/sentry/attachments/default.py +++ b/src/sentry/attachments/default.py @@ -1,11 +1,3 @@ -""" -sentry.attachments.default -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.cache import default_cache diff --git a/src/sentry/attachments/redis.py b/src/sentry/attachments/redis.py index 9d9d4f9b3cdd..353577ca9651 100644 --- a/src/sentry/attachments/redis.py +++ b/src/sentry/attachments/redis.py @@ -1,11 +1,3 @@ -""" -sentry.attachments.redis -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import logging diff --git a/src/sentry/buffer/base.py b/src/sentry/buffer/base.py index d1ca64108c15..ce39e5dcee35 100644 --- a/src/sentry/buffer/base.py +++ b/src/sentry/buffer/base.py @@ -1,10 +1,3 @@ -""" -sentry.buffer.base -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import logging diff --git a/src/sentry/buffer/inprocess.py b/src/sentry/buffer/inprocess.py index ff51e56a123e..1cfc7544bb85 100644 --- a/src/sentry/buffer/inprocess.py +++ b/src/sentry/buffer/inprocess.py @@ -1,10 +1,3 @@ -""" -sentry.buffer.inprocess -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from sentry.buffer import Buffer diff --git a/src/sentry/buffer/redis.py b/src/sentry/buffer/redis.py index 1a5b0b17e249..4253c4d1ac24 100644 --- a/src/sentry/buffer/redis.py +++ b/src/sentry/buffer/redis.py @@ -1,10 +1,3 @@ -""" -sentry.buffer.redis -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/cache/base.py b/src/sentry/cache/base.py index f2274a9a620d..1d07ad81adb2 100644 --- a/src/sentry/cache/base.py +++ b/src/sentry/cache/base.py @@ -1,11 +1,3 @@ -""" -sentry.cache.base -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/cache/django.py b/src/sentry/cache/django.py index 03182baba713..c74abf11d658 100644 --- a/src/sentry/cache/django.py +++ b/src/sentry/cache/django.py @@ -1,11 +1,3 @@ -""" -sentry.cache.django -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from django.core.cache import cache diff --git a/src/sentry/cache/redis.py b/src/sentry/cache/redis.py index 462383920468..6cb480ff8d28 100644 --- a/src/sentry/cache/redis.py +++ b/src/sentry/cache/redis.py @@ -1,11 +1,3 @@ -""" -sentry.cache.redis -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.utils import json diff --git a/src/sentry/conf/__init__.py b/src/sentry/conf/__init__.py index 87bc81da575f..c3961685ab8d 100644 --- a/src/sentry/conf/__init__.py +++ b/src/sentry/conf/__init__.py @@ -1,8 +1 @@ -""" -sentry.conf -~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/conf/server.py b/src/sentry/conf/server.py index ac14bbb0626d..b60848d82626 100644 --- a/src/sentry/conf/server.py +++ b/src/sentry/conf/server.py @@ -1,11 +1,5 @@ """ -sentry.conf.server -~~~~~~~~~~~~~~~~~~ - These settings act as the default (base) settings for the Sentry-provided web-server - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. """ from __future__ import absolute_import diff --git a/src/sentry/constants.py b/src/sentry/constants.py index dcddf7da5489..06ee0c44a63f 100644 --- a/src/sentry/constants.py +++ b/src/sentry/constants.py @@ -1,12 +1,6 @@ """ -sentry.constants -~~~~~~~~~~~~~~~~ - These settings act as the default (base) settings for the Sentry-provided web-server - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. """ from __future__ import absolute_import, print_function diff --git a/src/sentry/coreapi.py b/src/sentry/coreapi.py index c350bd8ce25b..5bb2e57b7954 100644 --- a/src/sentry/coreapi.py +++ b/src/sentry/coreapi.py @@ -1,10 +1,3 @@ -""" -sentry.coreapi -~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" # TODO: We should make the API a class, and UDP/HTTP just inherit from it # This will make it so we can more easily control logging with various # metadata (rather than generic log messages which aren't useful). diff --git a/src/sentry/db/__init__.py b/src/sentry/db/__init__.py index d5164a346630..c3961685ab8d 100644 --- a/src/sentry/db/__init__.py +++ b/src/sentry/db/__init__.py @@ -1,9 +1 @@ -""" -sentry.db -~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import diff --git a/src/sentry/db/exceptions.py b/src/sentry/db/exceptions.py index d4f2e457657d..e8544d679d7e 100644 --- a/src/sentry/db/exceptions.py +++ b/src/sentry/db/exceptions.py @@ -1,10 +1,3 @@ -""" -sentry.db.exceptions -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/db/models/__init__.py b/src/sentry/db/models/__init__.py index 1bdbe0abe4ec..c5444e48761d 100644 --- a/src/sentry/db/models/__init__.py +++ b/src/sentry/db/models/__init__.py @@ -1,11 +1,3 @@ -""" -sentry.db.models -~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from .base import * # NOQA diff --git a/src/sentry/db/models/base.py b/src/sentry/db/models/base.py index 1f7d2999d82e..8a8e3542686d 100644 --- a/src/sentry/db/models/base.py +++ b/src/sentry/db/models/base.py @@ -1,11 +1,3 @@ -""" -sentry.db.models -~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from copy import copy diff --git a/src/sentry/db/models/fields/__init__.py b/src/sentry/db/models/fields/__init__.py index 7d8ec8ae1e5f..ad55967ca429 100644 --- a/src/sentry/db/models/fields/__init__.py +++ b/src/sentry/db/models/fields/__init__.py @@ -1,11 +1,3 @@ -""" -sentry.db.models.fields -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from .array import * # NOQA diff --git a/src/sentry/db/models/fields/bounded.py b/src/sentry/db/models/fields/bounded.py index 2cac3ecb605d..0fb727131b1c 100644 --- a/src/sentry/db/models/fields/bounded.py +++ b/src/sentry/db/models/fields/bounded.py @@ -1,11 +1,3 @@ -""" -sentry.db.models.fields.bounded -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/db/models/fields/citext.py b/src/sentry/db/models/fields/citext.py index 8e25b3bbac3a..fa7dd3fd15b4 100644 --- a/src/sentry/db/models/fields/citext.py +++ b/src/sentry/db/models/fields/citext.py @@ -1,11 +1,3 @@ -""" -sentry.db.models.fields.citext -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function import six diff --git a/src/sentry/db/models/fields/foreignkey.py b/src/sentry/db/models/fields/foreignkey.py index a0f8b3c9d15b..cf9d9e1990ed 100644 --- a/src/sentry/db/models/fields/foreignkey.py +++ b/src/sentry/db/models/fields/foreignkey.py @@ -1,11 +1,3 @@ -""" -sentry.db.models.fields.foreignkey -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/db/models/fields/gzippeddict.py b/src/sentry/db/models/fields/gzippeddict.py index 7387fac1ec8b..0e25979c430a 100644 --- a/src/sentry/db/models/fields/gzippeddict.py +++ b/src/sentry/db/models/fields/gzippeddict.py @@ -1,11 +1,3 @@ -""" -sentry.db.models.fields.gzippeddict -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/db/models/fields/node.py b/src/sentry/db/models/fields/node.py index fd40eb5047ff..5113d8836e79 100644 --- a/src/sentry/db/models/fields/node.py +++ b/src/sentry/db/models/fields/node.py @@ -1,11 +1,3 @@ -""" -sentry.db.models.fields.node -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function from base64 import b64encode diff --git a/src/sentry/db/models/manager.py b/src/sentry/db/models/manager.py index b6ee6667872f..f2e6e5f0705d 100644 --- a/src/sentry/db/models/manager.py +++ b/src/sentry/db/models/manager.py @@ -1,11 +1,3 @@ -""" -sentry.db.models.manager -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/db/models/query.py b/src/sentry/db/models/query.py index 246561483380..6af7df563d36 100644 --- a/src/sentry/db/models/query.py +++ b/src/sentry/db/models/query.py @@ -1,11 +1,3 @@ -""" -sentry.db.models.query -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import itertools diff --git a/src/sentry/db/models/utils.py b/src/sentry/db/models/utils.py index 68f30905c5fb..417d88804407 100644 --- a/src/sentry/db/models/utils.py +++ b/src/sentry/db/models/utils.py @@ -1,11 +1,3 @@ -""" -sentry.db.utils -~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import operator diff --git a/src/sentry/event_manager.py b/src/sentry/event_manager.py index a063105f6a8d..9ff9e5375d97 100644 --- a/src/sentry/event_manager.py +++ b/src/sentry/event_manager.py @@ -1,9 +1,3 @@ -""" -sentry.event_manager -~~~~~~~~~~~~~~~~~~~~ -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import time diff --git a/src/sentry/http.py b/src/sentry/http.py index 3352beca93a6..03a672245166 100644 --- a/src/sentry/http.py +++ b/src/sentry/http.py @@ -1,10 +1,3 @@ -""" -sentry.utils.http -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/interfaces/__init__.py b/src/sentry/interfaces/__init__.py index 4cfade7f1806..c3961685ab8d 100644 --- a/src/sentry/interfaces/__init__.py +++ b/src/sentry/interfaces/__init__.py @@ -1,8 +1 @@ -""" -sentry.interfaces -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/interfaces/breadcrumbs.py b/src/sentry/interfaces/breadcrumbs.py index 8f6c5ca32c85..a067d7a9bb77 100644 --- a/src/sentry/interfaces/breadcrumbs.py +++ b/src/sentry/interfaces/breadcrumbs.py @@ -1,11 +1,3 @@ -""" -sentry.interfaces.breadcrumbs -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import __all__ = ('Breadcrumbs', ) diff --git a/src/sentry/interfaces/contexts.py b/src/sentry/interfaces/contexts.py index e484c0e7c634..e82bacafe62c 100644 --- a/src/sentry/interfaces/contexts.py +++ b/src/sentry/interfaces/contexts.py @@ -1,11 +1,3 @@ -""" -sentry.interfaces.contexts -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import six diff --git a/src/sentry/interfaces/exception.py b/src/sentry/interfaces/exception.py index 027f50d2991b..553efadda3d2 100644 --- a/src/sentry/interfaces/exception.py +++ b/src/sentry/interfaces/exception.py @@ -1,11 +1,3 @@ -""" -sentry.interfaces.exception -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import __all__ = ('Exception', 'Mechanism', 'upgrade_legacy_mechanism') diff --git a/src/sentry/interfaces/http.py b/src/sentry/interfaces/http.py index 68c14c0b1772..e71ce155217f 100644 --- a/src/sentry/interfaces/http.py +++ b/src/sentry/interfaces/http.py @@ -1,11 +1,3 @@ -""" -sentry.interfaces.http -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import __all__ = ('Http', ) diff --git a/src/sentry/interfaces/message.py b/src/sentry/interfaces/message.py index f895f6b6ce25..6f84833fb112 100644 --- a/src/sentry/interfaces/message.py +++ b/src/sentry/interfaces/message.py @@ -1,11 +1,3 @@ -""" -sentry.interfaces.message -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import __all__ = ('Message', ) diff --git a/src/sentry/interfaces/schemas.py b/src/sentry/interfaces/schemas.py index e318b32aa10d..f9897ffb38b4 100644 --- a/src/sentry/interfaces/schemas.py +++ b/src/sentry/interfaces/schemas.py @@ -1,11 +1,3 @@ -""" -sentry.interfaces.schemas -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from functools32 import lru_cache diff --git a/src/sentry/interfaces/security.py b/src/sentry/interfaces/security.py index a7c451dccc3e..9f9aa08ba723 100644 --- a/src/sentry/interfaces/security.py +++ b/src/sentry/interfaces/security.py @@ -1,11 +1,3 @@ -""" -sentry.interfaces.security -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import jsonschema diff --git a/src/sentry/interfaces/stacktrace.py b/src/sentry/interfaces/stacktrace.py index a4a956b365b5..3af0ead8468c 100644 --- a/src/sentry/interfaces/stacktrace.py +++ b/src/sentry/interfaces/stacktrace.py @@ -1,11 +1,3 @@ -""" -sentry.interfaces.stacktrace -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import __all__ = ('Stacktrace', ) diff --git a/src/sentry/interfaces/template.py b/src/sentry/interfaces/template.py index fcd2bdd50b0c..a8f8a3db6d50 100644 --- a/src/sentry/interfaces/template.py +++ b/src/sentry/interfaces/template.py @@ -1,10 +1,3 @@ -""" -sentry.interfaces.template -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import __all__ = ('Template', ) diff --git a/src/sentry/interfaces/user.py b/src/sentry/interfaces/user.py index fa723e27a207..7eeac435da5e 100644 --- a/src/sentry/interfaces/user.py +++ b/src/sentry/interfaces/user.py @@ -1,10 +1,3 @@ -""" -sentry.interfaces.user -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import __all__ = ('User', ) diff --git a/src/sentry/logging/__init__.py b/src/sentry/logging/__init__.py index c8f710ade785..0f6c1ae38759 100644 --- a/src/sentry/logging/__init__.py +++ b/src/sentry/logging/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.logging -~~~~~~~~~~~~~~ -:copyright: (c) 2010-2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from structlog import get_logger diff --git a/src/sentry/logging/handlers.py b/src/sentry/logging/handlers.py index 1fcd2609b3f1..afb3dd2b7cc0 100644 --- a/src/sentry/logging/handlers.py +++ b/src/sentry/logging/handlers.py @@ -1,9 +1,3 @@ -""" -sentry.logging.handlers -~~~~~~~~~~~~~~~~~~~~~~~ -:copyright: (c) 2010-2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import logging diff --git a/src/sentry/management/__init__.py b/src/sentry/management/__init__.py index cbaae1fee645..c3961685ab8d 100644 --- a/src/sentry/management/__init__.py +++ b/src/sentry/management/__init__.py @@ -1,8 +1 @@ -""" -sentry.management -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/management/commands/__init__.py b/src/sentry/management/commands/__init__.py index 7e40cfae2be4..c3961685ab8d 100644 --- a/src/sentry/management/commands/__init__.py +++ b/src/sentry/management/commands/__init__.py @@ -1,8 +1 @@ -""" -sentry.management.commands -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2012 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/management/commands/backfill_eventstream.py b/src/sentry/management/commands/backfill_eventstream.py index 61b4d50d292b..ca87ca298d50 100644 --- a/src/sentry/management/commands/backfill_eventstream.py +++ b/src/sentry/management/commands/backfill_eventstream.py @@ -1,10 +1,3 @@ -""" -sentry.management.commands.backfill_eventstream -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2018 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import sys diff --git a/src/sentry/management/commands/check_notifications.py b/src/sentry/management/commands/check_notifications.py index 8329856a0446..0cf0d5b399a5 100644 --- a/src/sentry/management/commands/check_notifications.py +++ b/src/sentry/management/commands/check_notifications.py @@ -1,10 +1,3 @@ -""" -sentry.management.commands.check_notifications -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from django.core.management.base import BaseCommand, CommandError diff --git a/src/sentry/management/commands/collectstatic.py b/src/sentry/management/commands/collectstatic.py index 75fbc0054046..cf63f5edfa3d 100644 --- a/src/sentry/management/commands/collectstatic.py +++ b/src/sentry/management/commands/collectstatic.py @@ -1,10 +1,3 @@ -""" -sentry.management.commands.collectstatic -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import os diff --git a/src/sentry/management/commands/create_sample_event.py b/src/sentry/management/commands/create_sample_event.py index 703e35b0730b..d77132b81225 100644 --- a/src/sentry/management/commands/create_sample_event.py +++ b/src/sentry/management/commands/create_sample_event.py @@ -1,10 +1,3 @@ -""" -sentry.management.commands.create_sample_event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2012 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.core.management.base import BaseCommand, CommandError diff --git a/src/sentry/management/commands/send_fake_data.py b/src/sentry/management/commands/send_fake_data.py index ddf4730023b2..d2a4b72d7875 100644 --- a/src/sentry/management/commands/send_fake_data.py +++ b/src/sentry/management/commands/send_fake_data.py @@ -1,10 +1,3 @@ -""" -sentry.management.commands.send_fake_data -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2012 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import datetime diff --git a/src/sentry/middleware/__init__.py b/src/sentry/middleware/__init__.py index d9326d16742a..c3961685ab8d 100644 --- a/src/sentry/middleware/__init__.py +++ b/src/sentry/middleware/__init__.py @@ -1,9 +1 @@ -""" -sentry.middleware -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import diff --git a/src/sentry/middleware/debug.py b/src/sentry/middleware/debug.py index 0fa755f427ae..f031b3c98272 100644 --- a/src/sentry/middleware/debug.py +++ b/src/sentry/middleware/debug.py @@ -1,10 +1,3 @@ -""" -sentry.middleware.debug -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from django.conf import settings diff --git a/src/sentry/middleware/locale.py b/src/sentry/middleware/locale.py index 7dc42d92d6f3..cf468967568a 100644 --- a/src/sentry/middleware/locale.py +++ b/src/sentry/middleware/locale.py @@ -1,11 +1,3 @@ -""" -sentry.middleware.locale -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import pytz diff --git a/src/sentry/middleware/maintenance.py b/src/sentry/middleware/maintenance.py index 64b66eac7550..3d83098019d9 100644 --- a/src/sentry/middleware/maintenance.py +++ b/src/sentry/middleware/maintenance.py @@ -1,10 +1,3 @@ -""" -sentry.middleware.maintenance -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/middleware/social_auth.py b/src/sentry/middleware/social_auth.py index 14e7251937f6..74123240b191 100644 --- a/src/sentry/middleware/social_auth.py +++ b/src/sentry/middleware/social_auth.py @@ -1,11 +1,3 @@ -""" -sentry.middleware.social_auth -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from social_auth.middleware import SocialAuthExceptionMiddleware diff --git a/src/sentry/middleware/sudo.py b/src/sentry/middleware/sudo.py index 6c63a910d508..4dd9c8906d57 100644 --- a/src/sentry/middleware/sudo.py +++ b/src/sentry/middleware/sudo.py @@ -1,10 +1,3 @@ -""" -sentry.middleware.sudo -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from sudo.middleware import SudoMiddleware as BaseSudoMiddleware diff --git a/src/sentry/models/__init__.py b/src/sentry/models/__init__.py index 6b49af3c972b..aed170f13ebd 100644 --- a/src/sentry/models/__init__.py +++ b/src/sentry/models/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.models -~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/models/activity.py b/src/sentry/models/activity.py index b1a5c2f81b6b..ac8046214562 100644 --- a/src/sentry/models/activity.py +++ b/src/sentry/models/activity.py @@ -1,10 +1,3 @@ -""" -sentry.models.activity -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/models/apikey.py b/src/sentry/models/apikey.py index 373bd6614646..61792d251387 100644 --- a/src/sentry/models/apikey.py +++ b/src/sentry/models/apikey.py @@ -1,10 +1,3 @@ -""" -sentry.models.apikey -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import six diff --git a/src/sentry/models/auditlogentry.py b/src/sentry/models/auditlogentry.py index bfa8890b2687..d6f0789ac488 100644 --- a/src/sentry/models/auditlogentry.py +++ b/src/sentry/models/auditlogentry.py @@ -1,10 +1,3 @@ -""" -sentry.models.auditlogentry -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import six diff --git a/src/sentry/models/authenticator.py b/src/sentry/models/authenticator.py index 537b76102942..5bdb1b8621f6 100644 --- a/src/sentry/models/authenticator.py +++ b/src/sentry/models/authenticator.py @@ -1,10 +1,3 @@ -""" -sentry.models.authenticator -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import os diff --git a/src/sentry/models/broadcast.py b/src/sentry/models/broadcast.py index 9a1292787b32..94d3df67b7f0 100644 --- a/src/sentry/models/broadcast.py +++ b/src/sentry/models/broadcast.py @@ -1,10 +1,3 @@ -""" -sentry.models.broadcast -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from datetime import timedelta diff --git a/src/sentry/models/counter.py b/src/sentry/models/counter.py index caeea6f71b97..25dd31a56a20 100644 --- a/src/sentry/models/counter.py +++ b/src/sentry/models/counter.py @@ -1,11 +1,3 @@ -""" -sentry.models.counter -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from django.db import connection, connections diff --git a/src/sentry/models/debugfile.py b/src/sentry/models/debugfile.py index a158de5aabc7..549edb850fd9 100644 --- a/src/sentry/models/debugfile.py +++ b/src/sentry/models/debugfile.py @@ -1,11 +1,3 @@ -""" -sentry.models.debugfile -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import re diff --git a/src/sentry/models/distribution.py b/src/sentry/models/distribution.py index 397882555653..abcabbf0465a 100644 --- a/src/sentry/models/distribution.py +++ b/src/sentry/models/distribution.py @@ -1,10 +1,3 @@ -""" -sentry.models.distribution -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/models/environment.py b/src/sentry/models/environment.py index bf57a5883fcb..0673990034f0 100644 --- a/src/sentry/models/environment.py +++ b/src/sentry/models/environment.py @@ -1,10 +1,3 @@ -""" -sentry.models.environment -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from django.db import IntegrityError, models, transaction diff --git a/src/sentry/models/event.py b/src/sentry/models/event.py index 46986aff88f8..0972eab2f615 100644 --- a/src/sentry/models/event.py +++ b/src/sentry/models/event.py @@ -1,10 +1,3 @@ -""" -sentry.models.event -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/models/eventmapping.py b/src/sentry/models/eventmapping.py index 9f4b48cae272..1b9afdea7f9c 100644 --- a/src/sentry/models/eventmapping.py +++ b/src/sentry/models/eventmapping.py @@ -1,10 +1,3 @@ -""" -sentry.models.groupmeta -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/models/file.py b/src/sentry/models/file.py index 91e5f068cdce..bfc02248f7fd 100644 --- a/src/sentry/models/file.py +++ b/src/sentry/models/file.py @@ -1,11 +1,3 @@ -""" -sentry.models.file -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import os diff --git a/src/sentry/models/group.py b/src/sentry/models/group.py index 0ed5c85fc3d0..1816117bb6eb 100644 --- a/src/sentry/models/group.py +++ b/src/sentry/models/group.py @@ -1,10 +1,3 @@ -""" -sentry.models.group -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/models/groupassignee.py b/src/sentry/models/groupassignee.py index 0a6ab036b15c..ca12a65c6496 100644 --- a/src/sentry/models/groupassignee.py +++ b/src/sentry/models/groupassignee.py @@ -1,9 +1,3 @@ -""" -sentry.models.groupassignee -~~~~~~~~~~~~~~~~~~~~~~~~~~~ -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import logging import six diff --git a/src/sentry/models/groupbookmark.py b/src/sentry/models/groupbookmark.py index 8aa700a09dd4..f6cee4369c18 100644 --- a/src/sentry/models/groupbookmark.py +++ b/src/sentry/models/groupbookmark.py @@ -1,10 +1,3 @@ -""" -sentry.models.groupbookmark -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/models/groupemailthread.py b/src/sentry/models/groupemailthread.py index 180e579a558c..cb9b0d3b47c8 100644 --- a/src/sentry/models/groupemailthread.py +++ b/src/sentry/models/groupemailthread.py @@ -1,10 +1,3 @@ -""" -sentry.models.groupemailthread -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/models/grouphash.py b/src/sentry/models/grouphash.py index ac6ef9790fdd..d1ea5a1f7d0c 100644 --- a/src/sentry/models/grouphash.py +++ b/src/sentry/models/grouphash.py @@ -1,10 +1,3 @@ -""" -sentry.models.grouphash -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/models/grouplink.py b/src/sentry/models/grouplink.py index c59bf6b500fe..457b3134cb08 100644 --- a/src/sentry/models/grouplink.py +++ b/src/sentry/models/grouplink.py @@ -1,10 +1,3 @@ -""" -sentry.models.grouplink -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/models/groupmeta.py b/src/sentry/models/groupmeta.py index 58be78ccb6e7..260d128b66ef 100644 --- a/src/sentry/models/groupmeta.py +++ b/src/sentry/models/groupmeta.py @@ -1,10 +1,3 @@ -""" -sentry.models.groupmeta -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import threading diff --git a/src/sentry/models/grouprulestatus.py b/src/sentry/models/grouprulestatus.py index bcd400c0fa59..b2c0545defe0 100644 --- a/src/sentry/models/grouprulestatus.py +++ b/src/sentry/models/grouprulestatus.py @@ -1,10 +1,3 @@ -""" -sentry.models.grouprulestatus -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/models/groupseen.py b/src/sentry/models/groupseen.py index 3a4740539076..b6e2f9b791e1 100644 --- a/src/sentry/models/groupseen.py +++ b/src/sentry/models/groupseen.py @@ -1,10 +1,3 @@ -""" -sentry.models.groupseen -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/models/groupshare.py b/src/sentry/models/groupshare.py index 8b531c46f701..ce10d3a72846 100644 --- a/src/sentry/models/groupshare.py +++ b/src/sentry/models/groupshare.py @@ -1,10 +1,3 @@ -""" -sentry.models.groupshare -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from uuid import uuid4 diff --git a/src/sentry/models/lostpasswordhash.py b/src/sentry/models/lostpasswordhash.py index c52bc15bc555..cfe1fee9294c 100644 --- a/src/sentry/models/lostpasswordhash.py +++ b/src/sentry/models/lostpasswordhash.py @@ -1,10 +1,3 @@ -""" -sentry.models.useroption -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from datetime import timedelta diff --git a/src/sentry/models/option.py b/src/sentry/models/option.py index 555b108c1c19..724cbf0fc0ca 100644 --- a/src/sentry/models/option.py +++ b/src/sentry/models/option.py @@ -1,10 +1,3 @@ -""" -sentry.models.option -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from django.db import models diff --git a/src/sentry/models/organization.py b/src/sentry/models/organization.py index 68ea64146f3d..7ef2222f03e7 100644 --- a/src/sentry/models/organization.py +++ b/src/sentry/models/organization.py @@ -1,10 +1,3 @@ -""" -sentry.models.organization -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/models/organizationaccessrequest.py b/src/sentry/models/organizationaccessrequest.py index ec18ba685743..b38367c541a5 100644 --- a/src/sentry/models/organizationaccessrequest.py +++ b/src/sentry/models/organizationaccessrequest.py @@ -1,10 +1,3 @@ -""" -sentry.models.organizationmember -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from django.core.urlresolvers import reverse diff --git a/src/sentry/models/organizationmember.py b/src/sentry/models/organizationmember.py index 2af0120cded2..ea84b9799de1 100644 --- a/src/sentry/models/organizationmember.py +++ b/src/sentry/models/organizationmember.py @@ -1,10 +1,3 @@ -""" -sentry.models.organizationmember -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import six diff --git a/src/sentry/models/organizationonboardingtask.py b/src/sentry/models/organizationonboardingtask.py index e8bd02ace9d4..0aa307967952 100644 --- a/src/sentry/models/organizationonboardingtask.py +++ b/src/sentry/models/organizationonboardingtask.py @@ -1,10 +1,3 @@ -""" -sentry.models.organizationonboardingtask -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/models/organizationoption.py b/src/sentry/models/organizationoption.py index b201de19b25b..e6735175cf3d 100644 --- a/src/sentry/models/organizationoption.py +++ b/src/sentry/models/organizationoption.py @@ -1,10 +1,3 @@ -""" -sentry.models.organizationoption -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from celery.signals import task_postrun diff --git a/src/sentry/models/processingissue.py b/src/sentry/models/processingissue.py index e7d8ec371245..230b9476fe5f 100644 --- a/src/sentry/models/processingissue.py +++ b/src/sentry/models/processingissue.py @@ -1,10 +1,3 @@ -""" -sentry.models.processingissue -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from hashlib import sha1 diff --git a/src/sentry/models/project.py b/src/sentry/models/project.py index 4e1745370cfe..43138722e126 100644 --- a/src/sentry/models/project.py +++ b/src/sentry/models/project.py @@ -1,10 +1,3 @@ -""" -sentry.models.project -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/models/projectbookmark.py b/src/sentry/models/projectbookmark.py index 1477fbe5607b..bc795bc7fc15 100644 --- a/src/sentry/models/projectbookmark.py +++ b/src/sentry/models/projectbookmark.py @@ -1,10 +1,3 @@ -""" -sentry.models.groupbookmark -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/models/projectkey.py b/src/sentry/models/projectkey.py index 198770435271..b95cfb8ca0e0 100644 --- a/src/sentry/models/projectkey.py +++ b/src/sentry/models/projectkey.py @@ -1,10 +1,3 @@ -""" -sentry.models.projectkey -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import petname diff --git a/src/sentry/models/projectoption.py b/src/sentry/models/projectoption.py index f47ba3c76fe3..c5c3fb709521 100644 --- a/src/sentry/models/projectoption.py +++ b/src/sentry/models/projectoption.py @@ -1,10 +1,3 @@ -""" -sentry.models.projectoption -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from celery.signals import task_postrun diff --git a/src/sentry/models/rawevent.py b/src/sentry/models/rawevent.py index b37cae867e13..2290526f6968 100644 --- a/src/sentry/models/rawevent.py +++ b/src/sentry/models/rawevent.py @@ -1,10 +1,3 @@ -""" -sentry.models.rawevent -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/models/release.py b/src/sentry/models/release.py index 305fa911d29c..ff654e68cae4 100644 --- a/src/sentry/models/release.py +++ b/src/sentry/models/release.py @@ -1,10 +1,3 @@ -""" -sentry.models.release -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/models/releasefile.py b/src/sentry/models/releasefile.py index 7a55366c86e3..ea73af34be95 100644 --- a/src/sentry/models/releasefile.py +++ b/src/sentry/models/releasefile.py @@ -1,11 +1,3 @@ -""" -sentry.models.releasefile -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from django.db import models diff --git a/src/sentry/models/reprocessingreport.py b/src/sentry/models/reprocessingreport.py index 82ae0d3848b7..72a868332183 100644 --- a/src/sentry/models/reprocessingreport.py +++ b/src/sentry/models/reprocessingreport.py @@ -1,10 +1,3 @@ -""" -sentry.models.rawevent -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/models/rule.py b/src/sentry/models/rule.py index 3c778644ac51..8619cb1978ea 100644 --- a/src/sentry/models/rule.py +++ b/src/sentry/models/rule.py @@ -1,10 +1,3 @@ -""" -sentry.models.rule -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from django.db import models diff --git a/src/sentry/models/team.py b/src/sentry/models/team.py index a15233cb5ea4..e57c7a29b051 100644 --- a/src/sentry/models/team.py +++ b/src/sentry/models/team.py @@ -1,10 +1,3 @@ -""" -sentry.models.team -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import warnings diff --git a/src/sentry/models/user.py b/src/sentry/models/user.py index 6dc968d6552e..6f8c33519406 100644 --- a/src/sentry/models/user.py +++ b/src/sentry/models/user.py @@ -1,10 +1,3 @@ -""" -sentry.models.user -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import logging diff --git a/src/sentry/models/useroption.py b/src/sentry/models/useroption.py index f20a904c60a2..a8cad9decb58 100644 --- a/src/sentry/models/useroption.py +++ b/src/sentry/models/useroption.py @@ -1,10 +1,3 @@ -""" -sentry.models.useroption -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from celery.signals import task_postrun diff --git a/src/sentry/models/userreport.py b/src/sentry/models/userreport.py index c59d1979c64e..c6b693080d2f 100644 --- a/src/sentry/models/userreport.py +++ b/src/sentry/models/userreport.py @@ -1,10 +1,3 @@ -""" -sentry.models.userreport -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/monitoring/queues.py b/src/sentry/monitoring/queues.py index 50de37ff22ad..2d66aeff2d0d 100644 --- a/src/sentry/monitoring/queues.py +++ b/src/sentry/monitoring/queues.py @@ -1,10 +1,3 @@ -""" -sentry.monitoring.queues -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from django.conf import settings diff --git a/src/sentry/nodestore/base.py b/src/sentry/nodestore/base.py index abcc10544b60..70052966eab4 100644 --- a/src/sentry/nodestore/base.py +++ b/src/sentry/nodestore/base.py @@ -1,11 +1,3 @@ -""" -sentry.nodestore.base -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import six diff --git a/src/sentry/nodestore/django/__init__.py b/src/sentry/nodestore/django/__init__.py index b7bfa6470994..59b2f6989f78 100644 --- a/src/sentry/nodestore/django/__init__.py +++ b/src/sentry/nodestore/django/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.nodestore.django -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from .backend import DjangoNodeStorage # NOQA diff --git a/src/sentry/nodestore/django/backend.py b/src/sentry/nodestore/django/backend.py index eec46c8a2b90..208025775a60 100644 --- a/src/sentry/nodestore/django/backend.py +++ b/src/sentry/nodestore/django/backend.py @@ -1,11 +1,3 @@ -""" -sentry.nodestore.django.backend -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import math diff --git a/src/sentry/nodestore/django/models.py b/src/sentry/nodestore/django/models.py index 2edc170e991f..333f4cc77348 100644 --- a/src/sentry/nodestore/django/models.py +++ b/src/sentry/nodestore/django/models.py @@ -1,11 +1,3 @@ -""" -sentry.nodestore.django.models -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from django.db import models diff --git a/src/sentry/nodestore/models.py b/src/sentry/nodestore/models.py index bc21358b538f..f5391f41dbc4 100644 --- a/src/sentry/nodestore/models.py +++ b/src/sentry/nodestore/models.py @@ -1,11 +1,3 @@ -""" -sentry.nodestore.models -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import # HACK(dcramer): Django doesn't play well with our naming schemes, and we prefer diff --git a/src/sentry/nodestore/riak/__init__.py b/src/sentry/nodestore/riak/__init__.py index d12c9d589d63..b1fcd80ebd3c 100644 --- a/src/sentry/nodestore/riak/__init__.py +++ b/src/sentry/nodestore/riak/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.nodestore.riak -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from .backend import * # NOQA diff --git a/src/sentry/nodestore/riak/backend.py b/src/sentry/nodestore/riak/backend.py index 396b8b94271b..a654475a1914 100644 --- a/src/sentry/nodestore/riak/backend.py +++ b/src/sentry/nodestore/riak/backend.py @@ -1,11 +1,3 @@ -""" -sentry.nodestore.riak.backend -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import os diff --git a/src/sentry/nodestore/riak/client.py b/src/sentry/nodestore/riak/client.py index ca16897e0754..6050ea479006 100644 --- a/src/sentry/nodestore/riak/client.py +++ b/src/sentry/nodestore/riak/client.py @@ -1,11 +1,3 @@ -""" -sentry.nodestore.riak.client -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import functools diff --git a/src/sentry/options/__init__.py b/src/sentry/options/__init__.py index 4efbe33db483..2201aa03bbc9 100644 --- a/src/sentry/options/__init__.py +++ b/src/sentry/options/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.options -~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from .store import OptionsStore diff --git a/src/sentry/options/defaults.py b/src/sentry/options/defaults.py index d720c3df2be2..cbd66532b41b 100644 --- a/src/sentry/options/defaults.py +++ b/src/sentry/options/defaults.py @@ -1,10 +1,3 @@ -""" -sentry.options.defaults -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from sentry.logging import LoggingFormat diff --git a/src/sentry/options/manager.py b/src/sentry/options/manager.py index ab592d812655..566f5134e49d 100644 --- a/src/sentry/options/manager.py +++ b/src/sentry/options/manager.py @@ -1,10 +1,3 @@ -""" -sentry.options.manager -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import six diff --git a/src/sentry/options/store.py b/src/sentry/options/store.py index f14705346f69..7410d889cc30 100644 --- a/src/sentry/options/store.py +++ b/src/sentry/options/store.py @@ -1,10 +1,3 @@ -""" -sentry.options.store -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/plugins/__init__.py b/src/sentry/plugins/__init__.py index 937da300c460..770fe6f5c050 100644 --- a/src/sentry/plugins/__init__.py +++ b/src/sentry/plugins/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.plugins -~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import HIDDEN_PLUGINS = ( diff --git a/src/sentry/plugins/base/__init__.py b/src/sentry/plugins/base/__init__.py index 20296686eecb..51b5e26ba2d7 100644 --- a/src/sentry/plugins/base/__init__.py +++ b/src/sentry/plugins/base/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.base -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from .bindings import BindingManager diff --git a/src/sentry/plugins/base/manager.py b/src/sentry/plugins/base/manager.py index 989b0a082d68..fa76e070a73b 100644 --- a/src/sentry/plugins/base/manager.py +++ b/src/sentry/plugins/base/manager.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.base.manager -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function __all__ = ('PluginManager', ) diff --git a/src/sentry/plugins/base/notifier.py b/src/sentry/plugins/base/notifier.py index 27846282d60a..c5cf6d39313e 100644 --- a/src/sentry/plugins/base/notifier.py +++ b/src/sentry/plugins/base/notifier.py @@ -1,11 +1,3 @@ -""" -sentry.plugins.base.notifier -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function __all__ = ('Notifier', ) diff --git a/src/sentry/plugins/base/response.py b/src/sentry/plugins/base/response.py index 7665b734ad87..078b1c1e428b 100644 --- a/src/sentry/plugins/base/response.py +++ b/src/sentry/plugins/base/response.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.base.response -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function __all__ = ('Response', 'JSONResponse') diff --git a/src/sentry/plugins/base/structs.py b/src/sentry/plugins/base/structs.py index 9bd5cb8ffc35..7a1dd782169f 100644 --- a/src/sentry/plugins/base/structs.py +++ b/src/sentry/plugins/base/structs.py @@ -1,11 +1,3 @@ -""" -sentry.plugins.base.structs -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function __all__ = ('Annotation', 'Notification') diff --git a/src/sentry/plugins/base/v1.py b/src/sentry/plugins/base/v1.py index 283d76846a9f..8cceb347ca78 100644 --- a/src/sentry/plugins/base/v1.py +++ b/src/sentry/plugins/base/v1.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.base.v1 -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function __all__ = ('Plugin', ) diff --git a/src/sentry/plugins/base/v2.py b/src/sentry/plugins/base/v2.py index 6c0f260c5879..9bc5c20c1363 100644 --- a/src/sentry/plugins/base/v2.py +++ b/src/sentry/plugins/base/v2.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.base.v2 -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function __all__ = ('Plugin2', ) diff --git a/src/sentry/plugins/bases/issue.py b/src/sentry/plugins/bases/issue.py index 278ebec917cc..936d657ee9aa 100644 --- a/src/sentry/plugins/bases/issue.py +++ b/src/sentry/plugins/bases/issue.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.bases.issue -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/plugins/bases/notify.py b/src/sentry/plugins/bases/notify.py index af74f8322b30..7e9811c1a469 100644 --- a/src/sentry/plugins/bases/notify.py +++ b/src/sentry/plugins/bases/notify.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.bases.notify -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/plugins/bases/tag.py b/src/sentry/plugins/bases/tag.py index 067ba5ff683c..25ed0af99a6a 100644 --- a/src/sentry/plugins/bases/tag.py +++ b/src/sentry/plugins/bases/tag.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.bases.tag -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from sentry.constants import MAX_TAG_VALUE_LENGTH diff --git a/src/sentry/plugins/helpers.py b/src/sentry/plugins/helpers.py index 0e6e89b91cbd..af5f4dbb608d 100644 --- a/src/sentry/plugins/helpers.py +++ b/src/sentry/plugins/helpers.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.helpers -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from sentry import options diff --git a/src/sentry/plugins/interfaces/releasehook.py b/src/sentry/plugins/interfaces/releasehook.py index 9db5fef37b62..6ee0621c1ba6 100644 --- a/src/sentry/plugins/interfaces/releasehook.py +++ b/src/sentry/plugins/interfaces/releasehook.py @@ -1,11 +1,3 @@ -""" -sentry.plugins.base.structs -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function __all__ = ['ReleaseHook'] diff --git a/src/sentry/plugins/sentry_interface_types/__init__.py b/src/sentry/plugins/sentry_interface_types/__init__.py index 0b0215162281..c3961685ab8d 100644 --- a/src/sentry/plugins/sentry_interface_types/__init__.py +++ b/src/sentry/plugins/sentry_interface_types/__init__.py @@ -1,8 +1 @@ -""" -sentry.plugins.sentry_interface_types -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/plugins/sentry_interface_types/models.py b/src/sentry/plugins/sentry_interface_types/models.py index e983b8a3adc3..90baf386ea70 100644 --- a/src/sentry/plugins/sentry_interface_types/models.py +++ b/src/sentry/plugins/sentry_interface_types/models.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.sentry_interface_types.models -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/plugins/sentry_mail/__init__.py b/src/sentry/plugins/sentry_mail/__init__.py index b0f6efd033ff..c3961685ab8d 100644 --- a/src/sentry/plugins/sentry_mail/__init__.py +++ b/src/sentry/plugins/sentry_mail/__init__.py @@ -1,8 +1 @@ -""" -sentry.plugins.sentry_mail -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/plugins/sentry_mail/models.py b/src/sentry/plugins/sentry_mail/models.py index 5867f858d7ff..dcd661fb86fe 100644 --- a/src/sentry/plugins/sentry_mail/models.py +++ b/src/sentry/plugins/sentry_mail/models.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.sentry_mail.models -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import itertools diff --git a/src/sentry/plugins/sentry_urls/__init__.py b/src/sentry/plugins/sentry_urls/__init__.py index 450ea5972286..c3961685ab8d 100644 --- a/src/sentry/plugins/sentry_urls/__init__.py +++ b/src/sentry/plugins/sentry_urls/__init__.py @@ -1,8 +1 @@ -""" -sentry.plugins.sentry_urls -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/plugins/sentry_urls/models.py b/src/sentry/plugins/sentry_urls/models.py index b9aa2bd01b16..50204f9381f1 100644 --- a/src/sentry/plugins/sentry_urls/models.py +++ b/src/sentry/plugins/sentry_urls/models.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.sentry_urls.models -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import sentry diff --git a/src/sentry/plugins/sentry_useragents/__init__.py b/src/sentry/plugins/sentry_useragents/__init__.py index ae081eb50604..c3961685ab8d 100644 --- a/src/sentry/plugins/sentry_useragents/__init__.py +++ b/src/sentry/plugins/sentry_useragents/__init__.py @@ -1,8 +1 @@ -""" -sentry.plugins.sentry_useragents -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/plugins/sentry_useragents/models.py b/src/sentry/plugins/sentry_useragents/models.py index d30347fbf8c8..c985d2df6887 100644 --- a/src/sentry/plugins/sentry_useragents/models.py +++ b/src/sentry/plugins/sentry_useragents/models.py @@ -1,10 +1,3 @@ -""" -sentry.plugins.sentry_useragents.models -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from ua_parser.user_agent_parser import Parse diff --git a/src/sentry/projectoptions/__init__.py b/src/sentry/projectoptions/__init__.py index 586a6eb9cba5..e160eaf4e7b4 100644 --- a/src/sentry/projectoptions/__init__.py +++ b/src/sentry/projectoptions/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.projectoptions -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2019 by the sentry team, see authors for more details. -:license: bsd, see license for more details. -""" from __future__ import absolute_import, print_function from .manager import ProjectOptionsManager diff --git a/src/sentry/projectoptions/defaults.py b/src/sentry/projectoptions/defaults.py index 6ee00851dba8..ff30cb1d21e2 100644 --- a/src/sentry/projectoptions/defaults.py +++ b/src/sentry/projectoptions/defaults.py @@ -1,10 +1,3 @@ -""" -sentry.projectoptions.defaults -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2019 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from sentry.projectoptions import register diff --git a/src/sentry/projectoptions/manager.py b/src/sentry/projectoptions/manager.py index 9c9ba9613dfb..47f54af8714e 100644 --- a/src/sentry/projectoptions/manager.py +++ b/src/sentry/projectoptions/manager.py @@ -1,10 +1,3 @@ -""" -sentry.projectoptions.manager -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2019 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/quotas/base.py b/src/sentry/quotas/base.py index d9c02493e020..c6610a048be9 100644 --- a/src/sentry/quotas/base.py +++ b/src/sentry/quotas/base.py @@ -1,10 +1,3 @@ -""" -sentry.quotas.base -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/quotas/redis.py b/src/sentry/quotas/redis.py index 2453e659cea0..46e45a7dabcc 100644 --- a/src/sentry/quotas/redis.py +++ b/src/sentry/quotas/redis.py @@ -1,10 +1,3 @@ -""" -sentry.quotas.redis -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import functools diff --git a/src/sentry/rules/__init__.py b/src/sentry/rules/__init__.py index 1c817da683af..e2b49f71ade8 100644 --- a/src/sentry/rules/__init__.py +++ b/src/sentry/rules/__init__.py @@ -1,11 +1,3 @@ -""" -sentry.rules -~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from .base import * # NOQA diff --git a/src/sentry/rules/actions/__init__.py b/src/sentry/rules/actions/__init__.py index e44e46c002e6..aaa075315fff 100644 --- a/src/sentry/rules/actions/__init__.py +++ b/src/sentry/rules/actions/__init__.py @@ -1,11 +1,3 @@ -""" -sentry.rules.actions -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from .base import * # NOQA diff --git a/src/sentry/rules/actions/base.py b/src/sentry/rules/actions/base.py index 154a2e8a0fdf..cee684efbc10 100644 --- a/src/sentry/rules/actions/base.py +++ b/src/sentry/rules/actions/base.py @@ -1,11 +1,3 @@ -""" -sentry.rules.actions.base -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function from sentry.rules.base import RuleBase diff --git a/src/sentry/rules/actions/notify_event.py b/src/sentry/rules/actions/notify_event.py index 4ff7f0a91782..ee0199e1e40e 100644 --- a/src/sentry/rules/actions/notify_event.py +++ b/src/sentry/rules/actions/notify_event.py @@ -1,12 +1,6 @@ """ -sentry.rules.actions.notify_event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Used for notifying *all* enabled plugins - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. """ - from __future__ import absolute_import from sentry.plugins import plugins diff --git a/src/sentry/rules/actions/notify_event_service.py b/src/sentry/rules/actions/notify_event_service.py index ac6bea70cf78..fcf0ad58d387 100644 --- a/src/sentry/rules/actions/notify_event_service.py +++ b/src/sentry/rules/actions/notify_event_service.py @@ -1,12 +1,6 @@ """ -sentry.rules.actions.notify_event_service -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Used for notifying a *specific* plugin - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. """ - from __future__ import absolute_import from django import forms diff --git a/src/sentry/rules/base.py b/src/sentry/rules/base.py index 5a0ae1baa1e1..78ae1ae15b5d 100644 --- a/src/sentry/rules/base.py +++ b/src/sentry/rules/base.py @@ -1,10 +1,4 @@ """ -sentry.rules.base -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. - Rules apply either before an event gets stored, or immediately after. Basic actions: @@ -32,9 +26,7 @@ - [ACTION:I want to get notified when] [RULE:an event is first seen] - [ACTION:I want to group events when] [RULE:an event matches [FORM]] - """ - from __future__ import absolute_import import logging diff --git a/src/sentry/rules/conditions/__init__.py b/src/sentry/rules/conditions/__init__.py index 0275fe9aa962..aaa075315fff 100644 --- a/src/sentry/rules/conditions/__init__.py +++ b/src/sentry/rules/conditions/__init__.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from .base import * # NOQA diff --git a/src/sentry/rules/conditions/base.py b/src/sentry/rules/conditions/base.py index 1ea8f9feb7df..e88e0ed31c88 100644 --- a/src/sentry/rules/conditions/base.py +++ b/src/sentry/rules/conditions/base.py @@ -1,10 +1,3 @@ -""" -sentry.rules.conditions.base -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from sentry.rules.base import RuleBase diff --git a/src/sentry/rules/conditions/event_attribute.py b/src/sentry/rules/conditions/event_attribute.py index 7f5e5b7f06b7..04b6088d4bfb 100644 --- a/src/sentry/rules/conditions/event_attribute.py +++ b/src/sentry/rules/conditions/event_attribute.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions.tagged_event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import json diff --git a/src/sentry/rules/conditions/event_frequency.py b/src/sentry/rules/conditions/event_frequency.py index 8ee63f3622cb..49bc2fbb6d7d 100644 --- a/src/sentry/rules/conditions/event_frequency.py +++ b/src/sentry/rules/conditions/event_frequency.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions.event_frequency -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from datetime import timedelta diff --git a/src/sentry/rules/conditions/every_event.py b/src/sentry/rules/conditions/every_event.py index 372d4da364d0..990327638f25 100644 --- a/src/sentry/rules/conditions/every_event.py +++ b/src/sentry/rules/conditions/every_event.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions.every_event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.rules.conditions.base import EventCondition diff --git a/src/sentry/rules/conditions/first_seen_event.py b/src/sentry/rules/conditions/first_seen_event.py index 18fdabb40fd5..094d5d13b2d2 100644 --- a/src/sentry/rules/conditions/first_seen_event.py +++ b/src/sentry/rules/conditions/first_seen_event.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions.first_seen_event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.rules.conditions.base import EventCondition diff --git a/src/sentry/rules/conditions/level.py b/src/sentry/rules/conditions/level.py index 4bd80721a256..c89c1c029403 100644 --- a/src/sentry/rules/conditions/level.py +++ b/src/sentry/rules/conditions/level.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions.minimum_level -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from collections import OrderedDict diff --git a/src/sentry/rules/conditions/reappeared_event.py b/src/sentry/rules/conditions/reappeared_event.py index 08cfcd4ebf72..a7ea3247dad7 100644 --- a/src/sentry/rules/conditions/reappeared_event.py +++ b/src/sentry/rules/conditions/reappeared_event.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions.reappeared_event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.rules.conditions.base import EventCondition diff --git a/src/sentry/rules/conditions/regression_event.py b/src/sentry/rules/conditions/regression_event.py index 6227697ae5ba..d699aa6f0be5 100644 --- a/src/sentry/rules/conditions/regression_event.py +++ b/src/sentry/rules/conditions/regression_event.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions.regression_event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.rules.conditions.base import EventCondition diff --git a/src/sentry/rules/conditions/tagged_event.py b/src/sentry/rules/conditions/tagged_event.py index 88f5dab7cf6d..8c0151e428dd 100644 --- a/src/sentry/rules/conditions/tagged_event.py +++ b/src/sentry/rules/conditions/tagged_event.py @@ -1,11 +1,3 @@ -""" -sentry.rules.conditions.tagged_event -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from collections import OrderedDict diff --git a/src/sentry/rules/registry.py b/src/sentry/rules/registry.py index 296f37539796..9d32fc93bddf 100644 --- a/src/sentry/rules/registry.py +++ b/src/sentry/rules/registry.py @@ -1,11 +1,3 @@ -""" -sentry.rules.registry -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import six diff --git a/src/sentry/runner/__init__.py b/src/sentry/runner/__init__.py index 5d84ec7c1920..872fedf11745 100644 --- a/src/sentry/runner/__init__.py +++ b/src/sentry/runner/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.runner -~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import os diff --git a/src/sentry/runner/commands/backup.py b/src/sentry/runner/commands/backup.py index 0d674687d3d9..1bc13b37ebba 100644 --- a/src/sentry/runner/commands/backup.py +++ b/src/sentry/runner/commands/backup.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.backup -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/commands/cleanup.py b/src/sentry/runner/commands/cleanup.py index 375b301156d8..ff66e4e7a86f 100644 --- a/src/sentry/runner/commands/cleanup.py +++ b/src/sentry/runner/commands/cleanup.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.cleanup -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import os diff --git a/src/sentry/runner/commands/config.py b/src/sentry/runner/commands/config.py index a022d5f84d98..a053158b37e3 100644 --- a/src/sentry/runner/commands/config.py +++ b/src/sentry/runner/commands/config.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.config -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/commands/createuser.py b/src/sentry/runner/commands/createuser.py index e75d0c136843..05c8c782225f 100644 --- a/src/sentry/runner/commands/createuser.py +++ b/src/sentry/runner/commands/createuser.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.createuser -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/commands/devserver.py b/src/sentry/runner/commands/devserver.py index d5fff0fe0076..5ea21bd19b1e 100644 --- a/src/sentry/runner/commands/devserver.py +++ b/src/sentry/runner/commands/devserver.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.devserver -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/commands/django.py b/src/sentry/runner/commands/django.py index e558c8f2595d..fb72fb8fd5ac 100644 --- a/src/sentry/runner/commands/django.py +++ b/src/sentry/runner/commands/django.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.django -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/commands/exec.py b/src/sentry/runner/commands/exec.py index 7f0daeca519c..e839da9f5c26 100644 --- a/src/sentry/runner/commands/exec.py +++ b/src/sentry/runner/commands/exec.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.exec -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import six diff --git a/src/sentry/runner/commands/help.py b/src/sentry/runner/commands/help.py index 4ed8efad97ef..d32640d9a2ea 100644 --- a/src/sentry/runner/commands/help.py +++ b/src/sentry/runner/commands/help.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.help -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/commands/init.py b/src/sentry/runner/commands/init.py index 7123c8276bb5..0c4deab141a9 100644 --- a/src/sentry/runner/commands/init.py +++ b/src/sentry/runner/commands/init.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.init -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import os diff --git a/src/sentry/runner/commands/plugins.py b/src/sentry/runner/commands/plugins.py index 9a62594897ef..8807d3b8f527 100644 --- a/src/sentry/runner/commands/plugins.py +++ b/src/sentry/runner/commands/plugins.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.plugins -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/commands/queues.py b/src/sentry/runner/commands/queues.py index 9631636dd334..daa10fa55335 100644 --- a/src/sentry/runner/commands/queues.py +++ b/src/sentry/runner/commands/queues.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.queues -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/commands/repair.py b/src/sentry/runner/commands/repair.py index 484ce060a21f..8069127e8ee1 100644 --- a/src/sentry/runner/commands/repair.py +++ b/src/sentry/runner/commands/repair.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.repair -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import os diff --git a/src/sentry/runner/commands/run.py b/src/sentry/runner/commands/run.py index 53a27ddd84ab..4390fa169a64 100644 --- a/src/sentry/runner/commands/run.py +++ b/src/sentry/runner/commands/run.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.run -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import sys diff --git a/src/sentry/runner/commands/start.py b/src/sentry/runner/commands/start.py index 496190ed249f..0397274adf22 100644 --- a/src/sentry/runner/commands/start.py +++ b/src/sentry/runner/commands/start.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.start -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import sys diff --git a/src/sentry/runner/commands/upgrade.py b/src/sentry/runner/commands/upgrade.py index 8f46c3a1e38f..6bc07caa78f0 100644 --- a/src/sentry/runner/commands/upgrade.py +++ b/src/sentry/runner/commands/upgrade.py @@ -1,10 +1,3 @@ -""" -sentry.runner.commands.upgrade -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/decorators.py b/src/sentry/runner/decorators.py index c02d8b56776a..802830969a5d 100644 --- a/src/sentry/runner/decorators.py +++ b/src/sentry/runner/decorators.py @@ -1,10 +1,3 @@ -""" -sentry.runner.decorators -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import os diff --git a/src/sentry/runner/importer.py b/src/sentry/runner/importer.py index d4f83f6b9659..47dd5fc89780 100644 --- a/src/sentry/runner/importer.py +++ b/src/sentry/runner/importer.py @@ -1,10 +1,3 @@ -""" -sentry.runner.importer -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import imp diff --git a/src/sentry/runner/initializer.py b/src/sentry/runner/initializer.py index b7d668b6f892..d9e2b73857a5 100644 --- a/src/sentry/runner/initializer.py +++ b/src/sentry/runner/initializer.py @@ -1,10 +1,3 @@ -""" -sentry.runner.initializer -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import click diff --git a/src/sentry/runner/settings.py b/src/sentry/runner/settings.py index a5f796d723ff..ed0ab7b5fbf7 100644 --- a/src/sentry/runner/settings.py +++ b/src/sentry/runner/settings.py @@ -1,10 +1,3 @@ -""" -sentry.runner.settings -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import os diff --git a/src/sentry/search/base.py b/src/sentry/search/base.py index 65e8c40e6e78..7bfbd584b7c2 100644 --- a/src/sentry/search/base.py +++ b/src/sentry/search/base.py @@ -1,11 +1,3 @@ -""" -sentry.search.base -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.utils.services import Service diff --git a/src/sentry/search/models.py b/src/sentry/search/models.py index db331098c59c..c3961685ab8d 100644 --- a/src/sentry/search/models.py +++ b/src/sentry/search/models.py @@ -1,9 +1 @@ -""" -sentry.search.models -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import diff --git a/src/sentry/services/__init__.py b/src/sentry/services/__init__.py index 55c4aef40156..b0860a4bae9c 100644 --- a/src/sentry/services/__init__.py +++ b/src/sentry/services/__init__.py @@ -1,8 +1 @@ -""" -sentry.services -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function diff --git a/src/sentry/services/base.py b/src/sentry/services/base.py index d3485bf5569a..ded660c6e5bb 100644 --- a/src/sentry/services/base.py +++ b/src/sentry/services/base.py @@ -1,10 +1,3 @@ -""" -sentry.services.base -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function diff --git a/src/sentry/services/http.py b/src/sentry/services/http.py index 212900eebd38..e0f88e04fff9 100644 --- a/src/sentry/services/http.py +++ b/src/sentry/services/http.py @@ -1,10 +1,3 @@ -""" -sentry.services.http -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import os diff --git a/src/sentry/services/smtp.py b/src/sentry/services/smtp.py index 8c6e58cdd9ad..f4d26fb6e3e9 100644 --- a/src/sentry/services/smtp.py +++ b/src/sentry/services/smtp.py @@ -1,10 +1,3 @@ -""" -sentry.services.smtp -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import asyncore diff --git a/src/sentry/tagstore/base.py b/src/sentry/tagstore/base.py index f500ee3a8902..e7d9340552b6 100644 --- a/src/sentry/tagstore/base.py +++ b/src/sentry/tagstore/base.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.base -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import re diff --git a/src/sentry/tagstore/exceptions.py b/src/sentry/tagstore/exceptions.py index 6d2a0f678a28..8902707984f4 100644 --- a/src/sentry/tagstore/exceptions.py +++ b/src/sentry/tagstore/exceptions.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.exceptions -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import diff --git a/src/sentry/tagstore/legacy/__init__.py b/src/sentry/tagstore/legacy/__init__.py index 4a16473e564b..5902cfa8e147 100644 --- a/src/sentry/tagstore/legacy/__init__.py +++ b/src/sentry/tagstore/legacy/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.legacy -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from .backend import LegacyTagStorage # NOQA diff --git a/src/sentry/tagstore/legacy/backend.py b/src/sentry/tagstore/legacy/backend.py index da97873b6322..fefc8e160774 100644 --- a/src/sentry/tagstore/legacy/backend.py +++ b/src/sentry/tagstore/legacy/backend.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.legacy.backend -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import collections diff --git a/src/sentry/tagstore/legacy/models/__init__.py b/src/sentry/tagstore/legacy/models/__init__.py index 4f53536d9143..1422fb52eff3 100644 --- a/src/sentry/tagstore/legacy/models/__init__.py +++ b/src/sentry/tagstore/legacy/models/__init__.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.legacy.models -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.utils.imports import import_submodules diff --git a/src/sentry/tagstore/legacy/models/eventtag.py b/src/sentry/tagstore/legacy/models/eventtag.py index 00eb75579f24..789d911302be 100644 --- a/src/sentry/tagstore/legacy/models/eventtag.py +++ b/src/sentry/tagstore/legacy/models/eventtag.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.legacy.models.eventtag -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models diff --git a/src/sentry/tagstore/legacy/models/grouptagkey.py b/src/sentry/tagstore/legacy/models/grouptagkey.py index 73b7a178ca38..69e289782cdc 100644 --- a/src/sentry/tagstore/legacy/models/grouptagkey.py +++ b/src/sentry/tagstore/legacy/models/grouptagkey.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.legacy.models.grouptagkey -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models, router, transaction, DataError diff --git a/src/sentry/tagstore/legacy/models/grouptagvalue.py b/src/sentry/tagstore/legacy/models/grouptagvalue.py index c12da8c90fa6..c30c35896c33 100644 --- a/src/sentry/tagstore/legacy/models/grouptagvalue.py +++ b/src/sentry/tagstore/legacy/models/grouptagvalue.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.legacy.models.grouptagvalue -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models, router, transaction, DataError diff --git a/src/sentry/tagstore/legacy/models/tagkey.py b/src/sentry/tagstore/legacy/models/tagkey.py index 78db1e9f4c23..80232612d1f7 100644 --- a/src/sentry/tagstore/legacy/models/tagkey.py +++ b/src/sentry/tagstore/legacy/models/tagkey.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.legacy.models.tagkey -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function from django.db import models diff --git a/src/sentry/tagstore/legacy/models/tagvalue.py b/src/sentry/tagstore/legacy/models/tagvalue.py index aa08f5d9ad2c..90cdedb34aea 100644 --- a/src/sentry/tagstore/legacy/models/tagvalue.py +++ b/src/sentry/tagstore/legacy/models/tagvalue.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.legacy.models.tagvalue -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function from django.db import models diff --git a/src/sentry/tagstore/models.py b/src/sentry/tagstore/models.py index b737ad68df69..30cdb1fbe514 100644 --- a/src/sentry/tagstore/models.py +++ b/src/sentry/tagstore/models.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.models -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/tagstore/snuba/__init__.py b/src/sentry/tagstore/snuba/__init__.py index df78d560e41e..06f00aed4413 100644 --- a/src/sentry/tagstore/snuba/__init__.py +++ b/src/sentry/tagstore/snuba/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.snuba -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from .backend import SnubaTagStorage, SnubaCompatibilityTagStorage # NOQA diff --git a/src/sentry/tagstore/snuba/backend.py b/src/sentry/tagstore/snuba/backend.py index 72df0607e6fe..c1f92d78b2bd 100644 --- a/src/sentry/tagstore/snuba/backend.py +++ b/src/sentry/tagstore/snuba/backend.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.snuba.backend -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2018 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import functools diff --git a/src/sentry/tagstore/tasks.py b/src/sentry/tagstore/tasks.py index 6fadc4c005ea..a0e4de54dbb1 100644 --- a/src/sentry/tagstore/tasks.py +++ b/src/sentry/tagstore/tasks.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.tasks -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from uuid import uuid4 diff --git a/src/sentry/tagstore/v2/__init__.py b/src/sentry/tagstore/v2/__init__.py index 370094717805..7aa2c293a73f 100644 --- a/src/sentry/tagstore/v2/__init__.py +++ b/src/sentry/tagstore/v2/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.v2 -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from .backend import V2TagStorage # NOQA diff --git a/src/sentry/tagstore/v2/backend.py b/src/sentry/tagstore/v2/backend.py index 0a760f49e7dc..6f8d352e9755 100644 --- a/src/sentry/tagstore/v2/backend.py +++ b/src/sentry/tagstore/v2/backend.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.v2.backend -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import collections diff --git a/src/sentry/tagstore/v2/models/__init__.py b/src/sentry/tagstore/v2/models/__init__.py index 57b27c5cb30a..1422fb52eff3 100644 --- a/src/sentry/tagstore/v2/models/__init__.py +++ b/src/sentry/tagstore/v2/models/__init__.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.v2.models -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import from sentry.utils.imports import import_submodules diff --git a/src/sentry/tagstore/v2/models/eventtag.py b/src/sentry/tagstore/v2/models/eventtag.py index 8c9b1421f08f..4a882baa5502 100644 --- a/src/sentry/tagstore/v2/models/eventtag.py +++ b/src/sentry/tagstore/v2/models/eventtag.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.v2.models.eventtag -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import models, router, connections diff --git a/src/sentry/tagstore/v2/models/grouptagkey.py b/src/sentry/tagstore/v2/models/grouptagkey.py index b870bdd1507c..080bae90c496 100644 --- a/src/sentry/tagstore/v2/models/grouptagkey.py +++ b/src/sentry/tagstore/v2/models/grouptagkey.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.v2.models.grouptagkey -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.db import router, transaction, DataError, connections diff --git a/src/sentry/tagstore/v2/models/grouptagvalue.py b/src/sentry/tagstore/v2/models/grouptagvalue.py index 347db04092d3..54e534e8b497 100644 --- a/src/sentry/tagstore/v2/models/grouptagvalue.py +++ b/src/sentry/tagstore/v2/models/grouptagvalue.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.v2.models.grouptagvalue -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/tagstore/v2/models/tagkey.py b/src/sentry/tagstore/v2/models/tagkey.py index 9e96466c6ed2..d4b8fe0effc2 100644 --- a/src/sentry/tagstore/v2/models/tagkey.py +++ b/src/sentry/tagstore/v2/models/tagkey.py @@ -1,11 +1,3 @@ -""" -sentry.tagstore.v2.models.tagkey -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function from django.db import models, router, connections, transaction, IntegrityError diff --git a/src/sentry/tagstore/v2/models/tagvalue.py b/src/sentry/tagstore/v2/models/tagvalue.py index 4342c03681f5..97323e227b7f 100644 --- a/src/sentry/tagstore/v2/models/tagvalue.py +++ b/src/sentry/tagstore/v2/models/tagvalue.py @@ -1,10 +1,3 @@ -""" -sentry.tagstore.v2.models.tagvalue -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2017 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import six diff --git a/src/sentry/tasks/__init__.py b/src/sentry/tasks/__init__.py index 7d6127ab6347..c3961685ab8d 100644 --- a/src/sentry/tasks/__init__.py +++ b/src/sentry/tasks/__init__.py @@ -1,8 +1 @@ -""" -sentry.tasks -~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/tasks/activity.py b/src/sentry/tasks/activity.py index 8efe4d1f8b4f..12cc75f1e2ef 100644 --- a/src/sentry/tasks/activity.py +++ b/src/sentry/tasks/activity.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.activity -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import logging diff --git a/src/sentry/tasks/base.py b/src/sentry/tasks/base.py index 99ea4a522b5f..4270243ebeaa 100644 --- a/src/sentry/tasks/base.py +++ b/src/sentry/tasks/base.py @@ -1,10 +1,3 @@ -""" -sentry.tasks.base -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import resource diff --git a/src/sentry/tasks/beacon.py b/src/sentry/tasks/beacon.py index 45afcfaebf01..78547e552119 100644 --- a/src/sentry/tasks/beacon.py +++ b/src/sentry/tasks/beacon.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.beacon -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function import json diff --git a/src/sentry/tasks/check_auth.py b/src/sentry/tasks/check_auth.py index ff24d1084d1b..cb1acaf1fb56 100644 --- a/src/sentry/tasks/check_auth.py +++ b/src/sentry/tasks/check_auth.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.check_alerts -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, division import logging diff --git a/src/sentry/tasks/email.py b/src/sentry/tasks/email.py index 32a489b16374..bb85a73ff28a 100644 --- a/src/sentry/tasks/email.py +++ b/src/sentry/tasks/email.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.email -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/tasks/merge.py b/src/sentry/tasks/merge.py index 517c95b885cd..05271e75d736 100644 --- a/src/sentry/tasks/merge.py +++ b/src/sentry/tasks/merge.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.merge -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import logging diff --git a/src/sentry/tasks/options.py b/src/sentry/tasks/options.py index 7b16c23eb42e..a155e97428f0 100644 --- a/src/sentry/tasks/options.py +++ b/src/sentry/tasks/options.py @@ -1,10 +1,3 @@ -""" -sentry.tasks.options -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import logging diff --git a/src/sentry/tasks/ping.py b/src/sentry/tasks/ping.py index c4ce875cbf33..52e4bde2ebf8 100644 --- a/src/sentry/tasks/ping.py +++ b/src/sentry/tasks/ping.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.ping -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function import sentry diff --git a/src/sentry/tasks/post_process.py b/src/sentry/tasks/post_process.py index 0e166336a2ca..873a4fbe54ae 100644 --- a/src/sentry/tasks/post_process.py +++ b/src/sentry/tasks/post_process.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.post_process -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/tasks/process_buffer.py b/src/sentry/tasks/process_buffer.py index 1fb4d7ed13f3..40d2223f32f5 100644 --- a/src/sentry/tasks/process_buffer.py +++ b/src/sentry/tasks/process_buffer.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.process_buffer -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import logging diff --git a/src/sentry/tasks/store.py b/src/sentry/tasks/store.py index 69ba4dd3fe03..a0fb531a08c5 100644 --- a/src/sentry/tasks/store.py +++ b/src/sentry/tasks/store.py @@ -1,11 +1,3 @@ -""" -sentry.tasks.store -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import import logging diff --git a/src/sentry/templatetags/__init__.py b/src/sentry/templatetags/__init__.py index 696158a99ee5..c3961685ab8d 100644 --- a/src/sentry/templatetags/__init__.py +++ b/src/sentry/templatetags/__init__.py @@ -1,8 +1 @@ -""" -sentry.templatetags -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/templatetags/sentry_admin_helpers.py b/src/sentry/templatetags/sentry_admin_helpers.py index c2770592095f..295efc7b9edc 100644 --- a/src/sentry/templatetags/sentry_admin_helpers.py +++ b/src/sentry/templatetags/sentry_admin_helpers.py @@ -1,10 +1,3 @@ -""" -sentry.templatetags.sentry_admin_helpers -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2012 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import datetime diff --git a/src/sentry/templatetags/sentry_helpers.py b/src/sentry/templatetags/sentry_helpers.py index 1d663d0e5c3a..d10808e80772 100644 --- a/src/sentry/templatetags/sentry_helpers.py +++ b/src/sentry/templatetags/sentry_helpers.py @@ -1,10 +1,3 @@ -""" -sentry.templatetags.sentry_helpers -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import functools diff --git a/src/sentry/templatetags/sentry_plugins.py b/src/sentry/templatetags/sentry_plugins.py index 1b14adce3a4f..7630ec2d8bc8 100644 --- a/src/sentry/templatetags/sentry_plugins.py +++ b/src/sentry/templatetags/sentry_plugins.py @@ -1,10 +1,3 @@ -""" -sentry.templatetags.sentry_plugins -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django import template diff --git a/src/sentry/testutils/__init__.py b/src/sentry/testutils/__init__.py index 0a99f17622e4..3a25c06da720 100644 --- a/src/sentry/testutils/__init__.py +++ b/src/sentry/testutils/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.testutils -~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from .asserts import * # NOQA diff --git a/src/sentry/testutils/asserts.py b/src/sentry/testutils/asserts.py index 68003d99521d..13bb0423df96 100644 --- a/src/sentry/testutils/asserts.py +++ b/src/sentry/testutils/asserts.py @@ -1,10 +1,3 @@ -""" -sentry.testutils.asserts -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from sentry.models import CommitFileChange diff --git a/src/sentry/testutils/cases.py b/src/sentry/testutils/cases.py index 192b2180206e..b5defbb91434 100644 --- a/src/sentry/testutils/cases.py +++ b/src/sentry/testutils/cases.py @@ -1,11 +1,3 @@ -""" -sentry.testutils.cases -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import __all__ = ( diff --git a/src/sentry/testutils/helpers/__init__.py b/src/sentry/testutils/helpers/__init__.py index 10803c4ae340..1dd1d02e6f82 100644 --- a/src/sentry/testutils/helpers/__init__.py +++ b/src/sentry/testutils/helpers/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.testutils.helpers -~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from .auth_header import * # NOQA diff --git a/src/sentry/testutils/skips.py b/src/sentry/testutils/skips.py index 46f97ae68d35..4cca3d0fbf2c 100644 --- a/src/sentry/testutils/skips.py +++ b/src/sentry/testutils/skips.py @@ -1,10 +1,3 @@ -""" -sentry.testutils.skips -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/tsdb/base.py b/src/sentry/tsdb/base.py index d4d92d0f9a4f..83dd76389f1c 100644 --- a/src/sentry/tsdb/base.py +++ b/src/sentry/tsdb/base.py @@ -1,10 +1,3 @@ -""" -sentry.tsdb.base -~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import collections diff --git a/src/sentry/tsdb/dummy.py b/src/sentry/tsdb/dummy.py index 362fa4436173..f6cba1f19c6a 100644 --- a/src/sentry/tsdb/dummy.py +++ b/src/sentry/tsdb/dummy.py @@ -1,10 +1,3 @@ -""" -sentry.tsdb.dummy -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from sentry.tsdb.base import BaseTSDB diff --git a/src/sentry/tsdb/inmemory.py b/src/sentry/tsdb/inmemory.py index cd754d07475c..1fc16aa586f3 100644 --- a/src/sentry/tsdb/inmemory.py +++ b/src/sentry/tsdb/inmemory.py @@ -1,10 +1,3 @@ -""" -sentry.tsdb.inmemory -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from collections import Counter, defaultdict diff --git a/src/sentry/tsdb/redis.py b/src/sentry/tsdb/redis.py index b1737647f86d..30d7767dff7b 100644 --- a/src/sentry/tsdb/redis.py +++ b/src/sentry/tsdb/redis.py @@ -1,10 +1,3 @@ -""" -sentry.tsdb.redis -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import itertools diff --git a/src/sentry/utils/__init__.py b/src/sentry/utils/__init__.py index 86221a03e86b..c1851ae2bc0e 100644 --- a/src/sentry/utils/__init__.py +++ b/src/sentry/utils/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.utils -~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import # Make sure to not import anything here. We want modules below diff --git a/src/sentry/utils/auth.py b/src/sentry/utils/auth.py index 4ce9846b55fd..550673f64fff 100644 --- a/src/sentry/utils/auth.py +++ b/src/sentry/utils/auth.py @@ -1,10 +1,3 @@ -""" -sentry.utils.auth -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/utils/avatar.py b/src/sentry/utils/avatar.py index 56e12e3a0715..ed75b2af83ad 100644 --- a/src/sentry/utils/avatar.py +++ b/src/sentry/utils/avatar.py @@ -1,12 +1,6 @@ """ -sentry.utils.avatar -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. - -Note: also see letterAvatar.jsx. Anything changed in this file (how colors are -selected, the svg, etc) will also need to be changed there. +Note: Also see letterAvatar.jsx. Anything changed in this file (how colors are + selected, the svg, etc) will also need to be changed there. """ from __future__ import absolute_import diff --git a/src/sentry/utils/cache.py b/src/sentry/utils/cache.py index b331aaa5b268..5e73229f0d06 100644 --- a/src/sentry/utils/cache.py +++ b/src/sentry/utils/cache.py @@ -1,10 +1,3 @@ -""" -sentry.utils.cache -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import functools diff --git a/src/sentry/utils/canonical.py b/src/sentry/utils/canonical.py index 590b437a8aaa..d0eb3e311597 100644 --- a/src/sentry/utils/canonical.py +++ b/src/sentry/utils/canonical.py @@ -1,11 +1,3 @@ -""" -sentry.utils.canonical -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2018 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function from django.conf import settings diff --git a/src/sentry/utils/cursors.py b/src/sentry/utils/cursors.py index a239072e8cfa..5393505634c7 100644 --- a/src/sentry/utils/cursors.py +++ b/src/sentry/utils/cursors.py @@ -1,10 +1,3 @@ -""" -sentry.utils.cursors -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/utils/data_filters.py b/src/sentry/utils/data_filters.py index 1edd6ebe26b5..2f7934f691b1 100644 --- a/src/sentry/utils/data_filters.py +++ b/src/sentry/utils/data_filters.py @@ -1,10 +1,3 @@ -""" -sentry.utils.data_filters.py -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import fnmatch diff --git a/src/sentry/utils/data_scrubber.py b/src/sentry/utils/data_scrubber.py index 4f6a1c2d25e3..a861aca4960c 100644 --- a/src/sentry/utils/data_scrubber.py +++ b/src/sentry/utils/data_scrubber.py @@ -1,10 +1,3 @@ -""" -sentry.utils.data_scrubber -~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2012 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import re diff --git a/src/sentry/utils/dates.py b/src/sentry/utils/dates.py index f59a778e41a7..b19d54e41b93 100644 --- a/src/sentry/utils/dates.py +++ b/src/sentry/utils/dates.py @@ -1,10 +1,3 @@ -""" -sentry.utils.dates -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/utils/db.py b/src/sentry/utils/db.py index cc7fc3bb5610..58697bcb4bbe 100644 --- a/src/sentry/utils/db.py +++ b/src/sentry/utils/db.py @@ -1,10 +1,3 @@ -""" -sentry.utils.db -~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/utils/debug.py b/src/sentry/utils/debug.py index cecaa86a1ed5..50a99729b9bd 100644 --- a/src/sentry/utils/debug.py +++ b/src/sentry/utils/debug.py @@ -1,10 +1,3 @@ -""" -sentry.utils.debug -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2012 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import cProfile diff --git a/src/sentry/utils/email.py b/src/sentry/utils/email.py index ed9dea7690a3..b533811aaea1 100644 --- a/src/sentry/utils/email.py +++ b/src/sentry/utils/email.py @@ -1,10 +1,3 @@ -""" -sentry.utils.email -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import logging diff --git a/src/sentry/utils/files.py b/src/sentry/utils/files.py index aea894309eec..53761a0d7a19 100644 --- a/src/sentry/utils/files.py +++ b/src/sentry/utils/files.py @@ -1,10 +1,3 @@ -""" -sentry.utils.files -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import zlib diff --git a/src/sentry/utils/gevent.py b/src/sentry/utils/gevent.py index 986c95617ced..d950cfbaae56 100644 --- a/src/sentry/utils/gevent.py +++ b/src/sentry/utils/gevent.py @@ -1,4 +1,5 @@ -"""A wait callback to allow psycopg2 cooperation with gevent. +""" +A wait callback to allow psycopg2 cooperation with gevent. Use `make_psycopg_green()` to enable gevent support in Psycopg. """ diff --git a/src/sentry/utils/hashlib.py b/src/sentry/utils/hashlib.py index 0b7c623df9a2..67246afc8979 100644 --- a/src/sentry/utils/hashlib.py +++ b/src/sentry/utils/hashlib.py @@ -1,10 +1,3 @@ -""" -sentry.utils.hashlib -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2015 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/utils/http.py b/src/sentry/utils/http.py index 089f893d5f16..6a77da38a673 100644 --- a/src/sentry/utils/http.py +++ b/src/sentry/utils/http.py @@ -1,10 +1,3 @@ -""" -sentry.utils.http -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/utils/imports.py b/src/sentry/utils/imports.py index 0886b597bfaf..adad3068a8d4 100644 --- a/src/sentry/utils/imports.py +++ b/src/sentry/utils/imports.py @@ -1,10 +1,3 @@ -""" -sentry.utils.imports -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import pkgutil diff --git a/src/sentry/utils/javascript.py b/src/sentry/utils/javascript.py index d6b64c73f0db..35b80c8512c0 100644 --- a/src/sentry/utils/javascript.py +++ b/src/sentry/utils/javascript.py @@ -1,10 +1,3 @@ -""" -sentry.utils.javascript -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/utils/json.py b/src/sentry/utils/json.py index 31d8910dc511..84630a8bd6fc 100644 --- a/src/sentry/utils/json.py +++ b/src/sentry/utils/json.py @@ -1,10 +1,3 @@ -""" -sentry.utils.json -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" # Avoid shadowing the standard library json module from __future__ import absolute_import diff --git a/src/sentry/utils/managers.py b/src/sentry/utils/managers.py index 6ecf59418174..639be8a5c483 100644 --- a/src/sentry/utils/managers.py +++ b/src/sentry/utils/managers.py @@ -1,10 +1,3 @@ -""" -sentry.utils.db -~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/utils/math.py b/src/sentry/utils/math.py index 5c17db37b5db..4347a1cffb0e 100644 --- a/src/sentry/utils/math.py +++ b/src/sentry/utils/math.py @@ -1,10 +1,3 @@ -""" -sentry.utils.math -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, division import math diff --git a/src/sentry/utils/outcomes.py b/src/sentry/utils/outcomes.py index b4c543955a37..bf732a807615 100644 --- a/src/sentry/utils/outcomes.py +++ b/src/sentry/utils/outcomes.py @@ -1,9 +1,3 @@ -""" -sentry.utils.outcomes.py -~~~~~~~~~~~~~~~~~~~~ -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from datetime import datetime diff --git a/src/sentry/utils/query.py b/src/sentry/utils/query.py index 819054b8bf50..29357c05ddcb 100644 --- a/src/sentry/utils/query.py +++ b/src/sentry/utils/query.py @@ -1,10 +1,3 @@ -""" -sentry.utils.query -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import progressbar diff --git a/src/sentry/utils/runner.py b/src/sentry/utils/runner.py index fd60d89a2c83..274f615d3f82 100644 --- a/src/sentry/utils/runner.py +++ b/src/sentry/utils/runner.py @@ -1,11 +1,4 @@ #!/usr/bin/env python -""" -sentry.utils.runner -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2012 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function # Backwards compatibility diff --git a/src/sentry/utils/safe.py b/src/sentry/utils/safe.py index 37b62dc7b9dc..04daee6e6ec1 100644 --- a/src/sentry/utils/safe.py +++ b/src/sentry/utils/safe.py @@ -1,10 +1,3 @@ -""" -sentry.utils.safe -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import collections diff --git a/src/sentry/utils/samples.py b/src/sentry/utils/samples.py index 6e2ed50c76b7..76539ae15cc6 100644 --- a/src/sentry/utils/samples.py +++ b/src/sentry/utils/samples.py @@ -1,10 +1,3 @@ -""" -sentry.utils.samples -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import os.path diff --git a/src/sentry/utils/settings.py b/src/sentry/utils/settings.py index d067c74f8cf8..e3c95d264659 100644 --- a/src/sentry/utils/settings.py +++ b/src/sentry/utils/settings.py @@ -1,10 +1,3 @@ -""" -sentry.utils.settings -~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import inspect diff --git a/src/sentry/utils/sqlparser.py b/src/sentry/utils/sqlparser.py index 47194738b1f1..472a27229dd3 100644 --- a/src/sentry/utils/sqlparser.py +++ b/src/sentry/utils/sqlparser.py @@ -1,10 +1,3 @@ -""" -sentry.utils.sqlparser -~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from sqlparse import engine diff --git a/src/sentry/utils/strings.py b/src/sentry/utils/strings.py index 92d284dd7e42..4c6b6a8ca579 100644 --- a/src/sentry/utils/strings.py +++ b/src/sentry/utils/strings.py @@ -1,10 +1,3 @@ -""" -sentry.utils.strings -~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import base64 diff --git a/src/sentry/utils/types.py b/src/sentry/utils/types.py index 5b0894eac502..16764ce9a8b6 100644 --- a/src/sentry/utils/types.py +++ b/src/sentry/utils/types.py @@ -1,10 +1,3 @@ -""" -sentry.utils.types -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2016 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import six diff --git a/src/sentry/utils/yaml.py b/src/sentry/utils/yaml.py index 38bde41d9eb9..964b1d8565cd 100644 --- a/src/sentry/utils/yaml.py +++ b/src/sentry/utils/yaml.py @@ -1,10 +1,3 @@ -""" -sentry.utils.yaml -~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from functools import partial diff --git a/src/sentry/web/__init__.py b/src/sentry/web/__init__.py index 5a4347dd0d9c..c3961685ab8d 100644 --- a/src/sentry/web/__init__.py +++ b/src/sentry/web/__init__.py @@ -1,8 +1 @@ -""" -sentry.web -~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/web/forms/__init__.py b/src/sentry/web/forms/__init__.py index 5fcb6512149d..0189bef2f8d0 100644 --- a/src/sentry/web/forms/__init__.py +++ b/src/sentry/web/forms/__init__.py @@ -1,10 +1,3 @@ -""" -sentry.web.forms -~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django import forms diff --git a/src/sentry/web/forms/accounts.py b/src/sentry/web/forms/accounts.py index 32a43be9402c..437f17a07ef4 100644 --- a/src/sentry/web/forms/accounts.py +++ b/src/sentry/web/forms/accounts.py @@ -1,10 +1,3 @@ -""" -sentry.web.forms.accounts -~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import pytz diff --git a/src/sentry/web/forms/fields.py b/src/sentry/web/forms/fields.py index b42d23671054..007c9145648d 100644 --- a/src/sentry/web/forms/fields.py +++ b/src/sentry/web/forms/fields.py @@ -1,10 +1,3 @@ -""" -sentry.web.forms.fields -~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import six diff --git a/src/sentry/web/frontend/__init__.py b/src/sentry/web/frontend/__init__.py index 99b4c77f35e7..c3961685ab8d 100644 --- a/src/sentry/web/frontend/__init__.py +++ b/src/sentry/web/frontend/__init__.py @@ -1,8 +1 @@ -""" -sentry.web.frontend -~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import diff --git a/src/sentry/web/frontend/accounts.py b/src/sentry/web/frontend/accounts.py index 97746bb88381..b6a504161882 100644 --- a/src/sentry/web/frontend/accounts.py +++ b/src/sentry/web/frontend/accounts.py @@ -1,10 +1,3 @@ -""" -sentry.web.frontend.accounts -~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2012 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import logging diff --git a/src/sentry/web/frontend/generic.py b/src/sentry/web/frontend/generic.py index 097895ee80a7..fb4b852dc28b 100644 --- a/src/sentry/web/frontend/generic.py +++ b/src/sentry/web/frontend/generic.py @@ -1,10 +1,3 @@ -""" -sentry.web.frontend.generic -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import os diff --git a/src/sentry/web/helpers.py b/src/sentry/web/helpers.py index 5ab1bd81ac0c..3b39f72ff4fb 100644 --- a/src/sentry/web/helpers.py +++ b/src/sentry/web/helpers.py @@ -1,10 +1,3 @@ -""" -sentry.web.helpers -~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import, print_function import logging diff --git a/src/sentry/web/urls.py b/src/sentry/web/urls.py index 61819c9a32b5..9963a8c0f937 100644 --- a/src/sentry/web/urls.py +++ b/src/sentry/web/urls.py @@ -1,10 +1,3 @@ -""" -sentry.web.urls -~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import from django.conf import settings diff --git a/src/sentry/wsgi.py b/src/sentry/wsgi.py index 3a5e1d860874..6163b6406e32 100644 --- a/src/sentry/wsgi.py +++ b/src/sentry/wsgi.py @@ -1,10 +1,3 @@ -""" -sentry.wsgi -~~~~~~~~~~~ - -:copyright: (c) 2010-2014 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" from __future__ import absolute_import import os diff --git a/tests/sentry/plugins/interfaces/test_releasehook.py b/tests/sentry/plugins/interfaces/test_releasehook.py index 1242b39a5ef9..6d1e82a1361d 100644 --- a/tests/sentry/plugins/interfaces/test_releasehook.py +++ b/tests/sentry/plugins/interfaces/test_releasehook.py @@ -1,11 +1,3 @@ -""" -sentry.plugins.base.structs -~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -:copyright: (c) 2010-2013 by the Sentry Team, see AUTHORS for more details. -:license: BSD, see LICENSE for more details. -""" - from __future__ import absolute_import, print_function __all__ = ['ReleaseHook']