CurrentUser

This commit is contained in:
Kenneth Reitz
2011-07-24 11:40:47 -04:00
parent afe25b7296
commit dc8d9e9447
2 changed files with 5 additions and 21 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class Github(GithubCore):
def get_me(self):
"""Get the authenticated user."""
return self._get_resource(('user'), User)
return self._get_resource(('user'), CurrentUser)