parts/django/tests/regressiontests/utils/tests.py
changeset 69 c6bca38c1cbf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/parts/django/tests/regressiontests/utils/tests.py	Sat Jan 08 11:20:57 2011 +0530
@@ -0,0 +1,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 *