diff gpp/downloads/models.py @ 412:639cfdf59167

Created import scripts for downloads and download comments.
author Brian Neal <bgneal@gmail.com>
date Thu, 07 Apr 2011 00:59:10 +0000
parents d424b8bae71d
children
line wrap: on
line diff
--- a/gpp/downloads/models.py	Sat Apr 02 01:17:19 2011 +0000
+++ b/gpp/downloads/models.py	Thu Apr 07 00:59:10 2011 +0000
@@ -158,8 +158,8 @@
 
     def __unicode__(self):
         return u"%s voted on '%s' on %s" % (
-                self.user.username, 
-                self.download.title, 
+                self.user.username,
+                self.download.title,
                 self.vote_date.strftime('%b %d, %Y %H:%M:%S'))
 
     class Meta: