aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/models (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-04Renaming (What I was thinking?)David Medina3-101/+0
resources => ghrequests models => resources + Also it's near to complete user service
2012-02-04Improve modelsDavid Medina2-18/+38
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 Medina3-0/+81
Absolute imports as PEP8 tells