Author: SmileyChris
Date: 2011-05-19 18:45:30 -0700 (Thu, 19 May 2011)
New Revision: 16247

Modified:
   django/trunk/django/core/paginator.py
Log:
Remove an unused import from django.core.paginator

Modified: django/trunk/django/core/paginator.py
===================================================================
--- django/trunk/django/core/paginator.py       2011-05-20 00:52:36 UTC (rev 
16246)
+++ django/trunk/django/core/paginator.py       2011-05-20 01:45:30 UTC (rev 
16247)
@@ -1,5 +1,4 @@
 from math import ceil
-import collections
 
 class InvalidPage(Exception):
     pass

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to