diff options
| author | 2012-02-06 20:19:42 +0100 | |
|---|---|---|
| committer | 2012-02-06 20:19:42 +0100 | |
| commit | 29d7c5641ce8a4099e23f50e965f1c483e993f39 (patch) | |
| tree | 17c3e03c153beea88f213e3ae2fde80d4a67a473 /pygithub3/requests/users/__init__.py | |
| parent | User service complete (diff) | |
| download | python-github3-29d7c5641ce8a4099e23f50e965f1c483e993f39.tar.xz python-github3-29d7c5641ce8a4099e23f50e965f1c483e993f39.zip | |
Rename ghrequest to requests
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
Diffstat (limited to 'pygithub3/requests/users/__init__.py')
| -rw-r--r-- | pygithub3/requests/users/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pygithub3/requests/users/__init__.py b/pygithub3/requests/users/__init__.py new file mode 100644 index 0000000..93ab7b6 --- /dev/null +++ b/pygithub3/requests/users/__init__.py @@ -0,0 +1,4 @@ +# -*- encoding: utf-8 -*- + +from pygithub3.requests import Request, json, RequestValidationError +from user import * |
