aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/core/resources (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve modelsDavid Medina2012-02-041-2/+9
| | | | | | 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-036-0/+125
Absolute imports as PEP8 tells