diff options
| author | 2012-02-06 21:39:59 +0100 | |
|---|---|---|
| committer | 2012-02-07 19:22:59 +0100 | |
| commit | 86453d2fb40e21280aeeee7e5ee11229bcb5eaac (patch) | |
| tree | 2490c76fbbdef9bc14e5c1c2b83b632b1401eb2e /pygithub3/requests/users/__init__.py | |
| parent | Something confusing about PUT request (diff) | |
| download | python-github3-86453d2fb40e21280aeeee7e5ee11229bcb5eaac.tar.xz python-github3-86453d2fb40e21280aeeee7e5ee11229bcb5eaac.zip | |
Clean requests interface
Refactorize on build request to support specific requests cleaner
*Also support to verbose on requests library
Diffstat (limited to 'pygithub3/requests/users/__init__.py')
| -rw-r--r-- | pygithub3/requests/users/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/requests/users/__init__.py b/pygithub3/requests/users/__init__.py index 93ab7b6..11e6a39 100644 --- a/pygithub3/requests/users/__init__.py +++ b/pygithub3/requests/users/__init__.py @@ -1,4 +1,4 @@ # -*- encoding: utf-8 -*- -from pygithub3.requests import Request, json, RequestValidationError +from pygithub3.requests import Request, ValidationError from user import * |
