Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Oct 21, 2009
1 parent bd95ae7 commit da77ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notification/feeds.py
Expand Up @@ -42,6 +42,7 @@ def item_links(self, notification):
def item_authors(self, notification):
return [{"name" : notification.user.username}]


class NoticeUserFeed(BaseNoticeFeed):
def get_object(self, params):
return get_object_or_404(User, username=params[0].lower())
Expand Down

0 comments on commit da77ee0

Please sign in to comment.