Rename the email util to not conflict with a builtin library.

This commit is contained in:
Jake Moshenko 2014-05-28 18:22:48 -04:00
parent b1d08dce55
commit 0683f2657e
6 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,7 @@
from app import stripe
from app import app
from util.email import send_confirmation_email
from util.useremails import send_confirmation_email
from data import model