Author: mtredinnick Date: 2008-08-28 14:28:31 -0500 (Thu, 28 Aug 2008) New Revision: 8674
Modified: django/trunk/django/db/models/base.py Log: Removed a couple of unused imports. Modified: django/trunk/django/db/models/base.py =================================================================== --- django/trunk/django/db/models/base.py 2008-08-28 19:28:17 UTC (rev 8673) +++ django/trunk/django/db/models/base.py 2008-08-28 19:28:31 UTC (rev 8674) @@ -19,8 +19,6 @@ 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
