Fix some of the tools

This commit is contained in:
Joseph Schorr 2014-08-21 15:12:43 -04:00
parent 02d3b70013
commit 61cb9d46f7
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
from app import stripe
import stripe
from app import app
from util.invoice import renderInvoiceToHtml

View file

@ -1,4 +1,3 @@
from app import stripe
from app import app
from util.useremails import send_confirmation_email