Commit 8f055c05 by Florian Apolloner

Fixed Django <1.7 support.

parent aa06730d
from __future__ import unicode_literals, absolute_import
from unittest import TestCase as UnitTestCase
from unittest import skipIf
try:
from unittest import skipIf
except:
from django.utils.unittest import skipIf
import django
from django.conf import settings
......
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 sign in to comment