mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-05 20:51:11 -07:00
Added migration code to migrate SickBeard section with fork sickrage-api to new SiCKRAGE section
11 lines
279 B
Python
11 lines
279 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
oauthlib.openid
|
|
~~~~~~~~~~~~~~
|
|
|
|
"""
|
|
from __future__ import absolute_import, unicode_literals
|
|
|
|
from .connect.core.endpoints import Server
|
|
from .connect.core.endpoints import UserInfoEndpoint
|
|
from .connect.core.request_validator import RequestValidator
|