aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ghrequest to requestsDavid Medina2012-02-061-0/+1
| | | | | | | I think it's a redundant name. Only needs to move out from core module to avoid imports problems with `requests` library * Also change some in setup.py
* Fix imports to new environmentDavid Medina2012-02-031-0/+8
Absolute imports as PEP8 tells