aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/models/users.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renaming (What I was thinking?)David Medina2012-02-041-22/+0
| | | | | | | resources => ghrequests models => resources + Also it's near to complete user service
* Improve modelsDavid Medina2012-02-041-2/+2
| | | | | | Now the models maps itself from json encoded Then we can inherit it and change behaviour to use polymorphism into resources ;)
* Fix imports to new environmentDavid Medina2012-02-031-0/+22
Absolute imports as PEP8 tells