mirror of
https://github.com/JonathanHerrewijnen/calibre-web.git
synced 2024-11-14 07:03:50 +00:00
Merge remote-tracking branch 'adv/python3-fix'
This commit is contained in:
commit
4311091d7d
@ -1,5 +1,8 @@
|
|||||||
# http://flask.pocoo.org/snippets/62/
|
# http://flask.pocoo.org/snippets/62/
|
||||||
|
|
||||||
|
try:
|
||||||
|
from urllib.parse import urlparse, urljoin
|
||||||
|
except ImportError:
|
||||||
from urlparse import urlparse, urljoin
|
from urlparse import urlparse, urljoin
|
||||||
from flask import request, url_for, redirect
|
from flask import request, url_for, redirect
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user