From a5489c964e293874b832269028eb112daaefeb7f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 14 Dec 2005 06:41:10 +0000 Subject: [PATCH] magic-removal: Fixed syntax error in django.contrib.flatpages.models git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@1641 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/flatpages/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/flatpages/models.py b/django/contrib/flatpages/models.py index 2e2aea5199..a942542292 100644 --- a/django/contrib/flatpages/models.py +++ b/django/contrib/flatpages/models.py @@ -1,4 +1,4 @@ -from django.core validators +from django.core import validators from django.db import models from django.models.core import Site from django.utils.translation import gettext_lazy as _