diff options
author | 2011-07-24 18:17:36 -0400 | |
---|---|---|
committer | 2011-07-24 18:17:45 -0400 | |
commit | fee5c3ef5c45792026a1d26e3b117109bf802391 (patch) | |
tree | 5cb20811e5d4acdec76c3d71fa57bb93de4a6c25 /github3/api.py | |
parent | packages (diff) | |
download | python-github3-fee5c3ef5c45792026a1d26e3b117109bf802391.tar.xz python-github3-fee5c3ef5c45792026a1d26e3b117109bf802391.zip |
HTTP Link Header Parser
Diffstat (limited to 'github3/api.py')
-rw-r--r-- | github3/api.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/github3/api.py b/github3/api.py index c68731f..d6d7ba0 100644 --- a/github3/api.py +++ b/github3/api.py @@ -8,6 +8,7 @@ This module provies the core GitHub3 API interface. """ from .packages import omnijson as json +from .packages.link_header import parse_link_value from .models import * from .helpers import is_collection, to_python, to_api, get_scope |