Fixed Python 2.6 compatibility in tests

This commit is contained in:
Fabián Ezequiel Gallina 2014-04-30 10:12:48 -03:00
parent e7b37a690d
commit 73986a0fc8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import sys
from django.conf import settings
from nose.exc import SkipTest
from nose import tools as nose_tools
from unittest import skipUnless
from unittest2 import skipUnless
from django import VERSION
from django.core.urlresolvers import reverse