diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-07-13 09:35:51 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-07-13 09:35:51 +0000 |
| commit | 24f4764a48e4141923a78c8820e4cd7b411ec0fc (patch) | |
| tree | eed2e98eb3aad1e10c7fda902bc8b875e19929e2 /django/forms/extras | |
| parent | 956da729d19d619c210a2466d4435d4967249e7f (diff) | |
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/forms/extras')
| -rw-r--r-- | django/forms/extras/widgets.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/django/forms/extras/widgets.py b/django/forms/extras/widgets.py index d75e903f56..51455780f5 100644 --- a/django/forms/extras/widgets.py +++ b/django/forms/extras/widgets.py @@ -2,7 +2,6 @@ Extra HTML Widget classes """ -import time import datetime import re |
