1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/utils/tests.py
2010-09-27 15:16:20 +00:00

19 lines
385 B
Python

"""
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 *