summaryrefslogtreecommitdiffhomepage
path: root/bazarr.py
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2018-09-16 20:27:00 -0400
committermorpheus65535 <[email protected]>2018-09-16 20:33:04 -0400
commit0f061f21226f91883c841f85ceef31b30981277a (patch)
treea1350723ae688ccbae4d4ca564cc4175ccc73996 /bazarr.py
parent8b681d8a151a3b41d3aaa5bfdd7a082bdda7896c (diff)
downloadbazarr-0f061f21226f91883c841f85ceef31b30981277a.tar.gz
bazarr-0f061f21226f91883c841f85ceef31b30981277a.zip
Include dependencies and remove requirements.txt
Diffstat (limited to 'bazarr.py')
-rw-r--r--bazarr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bazarr.py b/bazarr.py
index 2619f3e5e..6c52fdb82 100644
--- a/bazarr.py
+++ b/bazarr.py
@@ -12,8 +12,6 @@ sys.setdefaultencoding('utf8')
sys.path.insert(0, os.path.join(os.path.dirname(__file__), 'libs/'))
import sqlite3
-if no_update is False:
- from update_modules import *
from init import *
from update_db import *