summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-08-28 19:28:31 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-08-28 19:28:31 +0000
commitf96b1249cedc2c2b5303b626ea33911e6bbc6d7b (patch)
tree9175154423fd13b1490e9a50bdc555f5715d22d5
parent65c0846c4561130eda98d6f98d7778453960e94a (diff)
Removed a couple of unused imports.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8674 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/db/models/base.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/django/db/models/base.py b/django/db/models/base.py
index 66cfb15be7..1ea0f619b7 100644
--- a/django/db/models/base.py
+++ b/django/db/models/base.py
@@ -19,8 +19,6 @@ from django.db.models import signals
from django.db.models.loading import register_models, get_model
from django.utils.functional import curry
from django.utils.encoding import smart_str, force_unicode, smart_unicode
-from django.core.files.move import file_move_safe
-from django.core.files import locks
from django.conf import settings