fix import

This commit is contained in:
Thomas Steen Rasmussen 2016-05-17 07:08:03 +02:00
parent 0e3fe85dfe
commit e0c3be498b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from shop.models import (
EpayCallback,
)
from .forms import AddToOrderForm
from epay.utils import calculate_epay_hash
from .utils import calculate_epay_hash
class EnsureUserOwnsOrderMixin(SingleObjectMixin):