missing import

This commit is contained in:
Thomas Steen Rasmussen 2016-05-16 19:12:59 +02:00
parent fc7495c7ce
commit ce98d97d74

View file

@ -19,6 +19,7 @@ from shop.models import (
Product, Product,
OrderProductRelation, OrderProductRelation,
ProductCategory, ProductCategory,
EpayCallback,
) )
from .forms import AddToOrderForm from .forms import AddToOrderForm
import hashlib import hashlib