aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/payments/views.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/payments/views.py (renamed from pyblackbird_cc/payments/views.py)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyblackbird_cc/payments/views.py b/alphabetlearning/payments/views.py
index 8c32caa..8337177 100644
--- a/pyblackbird_cc/payments/views.py
+++ b/alphabetlearning/payments/views.py
@@ -7,8 +7,8 @@ from django.shortcuts import render
from django.views import View
from django.views.generic import TemplateView
-from pyblackbird_cc.resources.models import Resource
-from pyblackbird_cc.users.models import User
+from alphabetlearning.resources.models import Resource
+from alphabetlearning.users.models import User
from .models import CartItem
from .models import Price