Ticket #7227: patch_comments.diff

File patch_comments.diff, 475 bytes (added by Marinho Brandão, 16 years ago)
  • django/contrib/comments/views/comments.py

     
    1414from django.utils.translation import ungettext, ugettext as _
    1515from django.utils.encoding import smart_unicode
    1616import base64, datetime
     17from django.contrib.auth import authenticate
    1718
    1819COMMENTS_PER_PAGE = 20
    1920
Back to Top