Commit 2817a29d authored by Claude Paroz's avatar Claude Paroz
Browse files

Imported unittest from django.utils in util_tests

Without this, the 'new' assertion methods are not present with
Python 2.6.
parent dcf56307
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@ from __future__ import unicode_literals

from datetime import datetime
import os
import unittest

from django.utils import html
from django.utils._os import upath
from django.utils.unittest import TestCase


class TestUtilsHtml(unittest.TestCase):
class TestUtilsHtml(TestCase):

    def check_output(self, function, value, output=None):
        """