X-Git-Url: https://git.mdrn.pl/django-ssify.git/blobdiff_plain/3d2c8ba4dfb4774daff367dae1656099eb2b562c..3d5016c1dea235acae62c25606f7b65e1e75abd5:/ssify/store.py diff --git a/ssify/store.py b/ssify/store.py index 499a991..ec40bb0 100644 --- a/ssify/store.py +++ b/ssify/store.py @@ -1,4 +1,9 @@ -from django.utils.cache import get_cache +# -*- coding: utf-8 -*- +# This file is part of django-ssify, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Nowoczesna Polska. See README.md for more information. +# +from __future__ import unicode_literals +from django.core.cache import get_cache from ssify import INCLUDES_CACHES