Skip to content

Commit

Permalink
relative payments.utils import
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Aug 13, 2016
1 parent 8350423 commit 91c76be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions payments/management/commands/charge.py
@@ -1,9 +1,10 @@
from django.core.management.base import BaseCommand
from django.conf import settings

from payments import utils

import stripe

from ... import utils

stripe.api_key = settings.STRIPE_SECRET_KEY


Expand Down

0 comments on commit 91c76be

Please sign in to comment.