Skip to content

Commit

Permalink
Removed bad import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
darkpixel committed May 4, 2012
1 parent 9be2826 commit 48331ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shop_stripe/offsite_stripe.py
Expand Up @@ -10,7 +10,6 @@
HttpResponseRedirect) HttpResponseRedirect)
from django.template import RequestContext from django.template import RequestContext
from django.shortcuts import render_to_response from django.shortcuts import render_to_response
import stripe
from shop_stripe.forms import CardForm from shop_stripe.forms import CardForm


class ConfigError(Exception): class ConfigError(Exception):
Expand Down

0 comments on commit 48331ee

Please sign in to comment.