aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/resources/users (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-04Renaming (What I was thinking?)David Medina5-45/+0
resources => ghrequests models => resources + Also it's near to complete user service
2012-02-04Improve modelsDavid Medina1-2/+9
Now the models maps itself from json encoded Then we can inherit it and change behaviour to use polymorphism into resources ;)
2012-02-03Fix imports to new environmentDavid Medina5-0/+38
Absolute imports as PEP8 tells