must import notification

pull/1/head
Raymond Yee 2012-05-11 14:03:28 -07:00
parent 7d4ec00382
commit ba36838dfa
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ from regluit.payment.paypal import Preapproval
from regluit.core import goodreads from regluit.core import goodreads
from tastypie.models import ApiKey from tastypie.models import ApiKey
from regluit.payment.models import Transaction from regluit.payment.models import Transaction
import notification
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)