Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/320935548c28e85bbd9b0b0a6a073f1439deba31/libs/libfuturize/fixes/fix_division.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
"""
|
|
UNFINISHED
|
|
For the ``future`` package.
|
|
|
|
Adds this import line:
|
|
|
|
from __future__ import division
|
|
|
|
at the top so the code runs identically on Py3 and Py2.6/2.7
|
|
"""
|
|
|
|
from libpasteurize.fixes.fix_division import FixDivision
|