Author: gwilson
Date: 2007-09-16 23:54:53 -0500 (Sun, 16 Sep 2007)
New Revision: 6368

Modified:
   django/trunk/django/utils/timesince.py
Log:
Removed unused import.


Modified: django/trunk/django/utils/timesince.py
===================================================================
--- django/trunk/django/utils/timesince.py      2007-09-17 04:52:46 UTC (rev 
6367)
+++ django/trunk/django/utils/timesince.py      2007-09-17 04:54:53 UTC (rev 
6368)
@@ -1,4 +1,6 @@
-import datetime, math, time
+import datetime
+import time
+
 from django.utils.tzinfo import LocalTimezone
 from django.utils.translation import ungettext, ugettext
 


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to