summaryrefslogtreecommitdiff
path: root/parts/django/tests/regressiontests/utils/tests.py
blob: 6d3bbfa86cc17b5c84fa2e065a02b5c83748f3da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"""
Tests for django.utils.
"""

from dateformat import *
from feedgenerator import *
from module_loading import *
from termcolors import *
from html import *
from checksums import *
from text import *
from simplelazyobject import *
from decorators import *
from functional import *
from timesince import *
from datastructures import *
from tzinfo import *
from datetime_safe import *