Commit 4311091d authored by OzzieIsaacs's avatar OzzieIsaacs

Merge remote-tracking branch 'adv/python3-fix'

parents 2e8a268d 85ce0685
# http://flask.pocoo.org/snippets/62/ # http://flask.pocoo.org/snippets/62/
from urlparse import urlparse, urljoin try:
from urllib.parse import urlparse, urljoin
except ImportError:
from urlparse import urlparse, urljoin
from flask import request, url_for, redirect from flask import request, url_for, redirect
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment