From 48331ee1e82b012c3db093d6f2514f5535eae8b9 Mon Sep 17 00:00:00 2001 From: "Aaron C. de Bruyn" Date: Thu, 3 May 2012 21:46:04 -0700 Subject: [PATCH] Removed bad import statement --- shop_stripe/offsite_stripe.py | 1 - 1 file changed, 1 deletion(-) diff --git a/shop_stripe/offsite_stripe.py b/shop_stripe/offsite_stripe.py index 80d05e3..0b4c881 100644 --- a/shop_stripe/offsite_stripe.py +++ b/shop_stripe/offsite_stripe.py @@ -10,7 +10,6 @@ HttpResponseRedirect) from django.template import RequestContext from django.shortcuts import render_to_response -import stripe from shop_stripe.forms import CardForm class ConfigError(Exception):