Even though not used, import models for Factory Boy

This commit is contained in:
Krzysztof Klimonda
2013-03-05 01:28:39 -08:00
parent ad8a971a2c
commit 10c9b35700

View File

@@ -7,6 +7,9 @@ from django.test import TestCase
import factory import factory
from taggit.models import Tag from taggit.models import Tag
from ..models import Pin, Image
from ...users.models import User
TEST_IMAGE_PATH = settings.SITE_ROOT + 'screenshot.png' TEST_IMAGE_PATH = settings.SITE_ROOT + 'screenshot.png'