Skip to content

Commit

Permalink
Handled untitled public keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed May 9, 2009
1 parent 260f941 commit 81d4d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github.py
Expand Up @@ -166,6 +166,7 @@ class PublicKey(BaseResponse):
"""A public key."""

parses = 'public-key'
title = 'untitled'

def __repr__(self):
return "<<Public key %s>>" % self.title
Expand Down

0 comments on commit 81d4d02

Please sign in to comment.