mirror of
https://github.com/django/django.git
synced 2024-11-18 23:44:22 +00:00
243d0bec19
Thanks to adam for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
20 lines
404 B
Python
20 lines
404 B
Python
"""
|
|
Tests for django.utils.
|
|
"""
|
|
|
|
from dateformat import *
|
|
from feedgenerator import *
|
|
from module_loading import *
|
|
from termcolors import *
|
|
from html import *
|
|
from http 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 *
|