Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #49 from getsentry/master
Browse files Browse the repository at this point in the history
Update settings import for 6.0 compatibility
  • Loading branch information
thurloat committed Jul 30, 2013
2 parents 362bd5b + 8770a6b commit f1caa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_jira/plugin.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import urllib
import urlparse

from django.conf import settings
from django.core.urlresolvers import reverse
from django.http import HttpResponse
from django.utils.translation import ugettext_lazy as _
from sentry.conf import settings
from sentry.models import GroupMeta
from sentry.plugins.base import Response
from sentry.plugins.bases.issue import IssuePlugin
Expand Down

0 comments on commit f1caa50

Please sign in to comment.