Commit 580c8536 authored by Carl Meyer's avatar Carl Meyer

Fix implicit relative import.

parent 59caf9cd
......@@ -9,7 +9,7 @@ except ImportError:
from django import VERSION
from django.core.cache import get_cache
from django.test import TestCase
from models import Poll, expensive_calculation
from .models import Poll, expensive_calculation
from redis_cache.cache import RedisCache, ImproperlyConfigured, pool
from redis.connection import UnixDomainSocketConnection
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment