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

Commit

Permalink
update settings import
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Jul 29, 2013
1 parent 362bd5b commit 8770a6b
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 8770a6b

Please sign in to comment.