From 4599811f81d807a6d5032fd91e2aae69019b4868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sat, 21 Oct 2017 21:09:04 -0400 Subject: [PATCH] Test --- bazarr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazarr.py b/bazarr.py index e7740e246..b8abb20b0 100644 --- a/bazarr.py +++ b/bazarr.py @@ -2,10 +2,11 @@ from bottle import route, run, template, static_file, request, redirect import bottle bottle.debug(True) bottle.TEMPLATES.clear() + +import os bottle.TEMPLATE_PATH.insert(0,os.path.join(os.path.dirname(__file__), 'views/')) import sqlite3 -import os import itertools import operator import requests