mirror of
https://github.com/django/django.git
synced 2025-07-24 21:54:14 +00:00
Remove several more relative imports.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1856e398c5
commit
544a8372fd
8 changed files with 41 additions and 24 deletions
|
@ -2,13 +2,15 @@
|
|||
HTML Widget classes
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import copy
|
||||
import datetime
|
||||
from itertools import chain
|
||||
from urlparse import urljoin
|
||||
from util import flatatt
|
||||
|
||||
from django.conf import settings
|
||||
from django.forms.util import flatatt
|
||||
from django.utils.datastructures import MultiValueDict, MergeDict
|
||||
from django.utils.html import escape, conditional_escape
|
||||
from django.utils.translation import ugettext, ugettext_lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue