mirror of
https://github.com/django/django.git
synced 2025-01-12 19:37:06 +00:00
ba53cd30d1
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13889 bcc190cf-cafb-0310-a4f2-bffc1f526a37
16 lines
284 B
Python
16 lines
284 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 *
|
|
|