diff options
Diffstat (limited to '')
-rw-r--r-- | pygithub3/core/result/link.py (renamed from pygithub3/core/link.py) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pygithub3/core/link.py b/pygithub3/core/result/link.py index 1d6be2c..b6a614f 100644 --- a/pygithub3/core/link.py +++ b/pygithub3/core/result/link.py @@ -3,7 +3,8 @@ from urlparse import urlparse, parse_qs -from .third_libs.link_header import parse_link_value +from pygithub3.core.third_libs.link_header import parse_link_value + class Link(str): |