Fixes import error

This commit is contained in:
Ilan Steemers
2015-07-08 13:43:46 +02:00
parent f8708cfd73
commit f29fdee5ad

View File

@@ -5,7 +5,7 @@ import pytest
from django_q.tasks import schedule
from django_q.models import Task, Failure
from humanhash import uuid
from django_q.humanhash import uuid
@pytest.mark.django_db