diff options
| author | Carl Meyer <carl@oddbird.net> | 2012-09-08 14:30:11 -0600 |
|---|---|---|
| committer | Carl Meyer <carl@oddbird.net> | 2012-09-08 14:30:11 -0600 |
| commit | 67dceeef446c7c9fb5a3eaefad9c15bb298cfa3d (patch) | |
| tree | e360a0ba1d92d50a2e67dd6d5e00793108f9eb0e | |
| parent | 307706d082d20ac868654ccbaee18879db5197db (diff) | |
Remove a couple unused imports.
| -rw-r--r-- | django/conf/__init__.py | 1 | ||||
| -rw-r--r-- | django/contrib/sessions/tests.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/django/conf/__init__.py b/django/conf/__init__.py index f5ced60735..6272f4ed5d 100644 --- a/django/conf/__init__.py +++ b/django/conf/__init__.py @@ -7,7 +7,6 @@ a list of all possible variables. """ import os -import re import time # Needed for Windows import warnings diff --git a/django/contrib/sessions/tests.py b/django/contrib/sessions/tests.py index d738100af0..dbc68652ac 100644 --- a/django/contrib/sessions/tests.py +++ b/django/contrib/sessions/tests.py @@ -1,4 +1,4 @@ -from datetime import datetime, timedelta +from datetime import timedelta import shutil import string import tempfile |
