diff options
author | morpheus65535 <[email protected]> | 2018-09-16 20:27:00 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2018-09-16 20:33:04 -0400 |
commit | 0f061f21226f91883c841f85ceef31b30981277a (patch) | |
tree | a1350723ae688ccbae4d4ca564cc4175ccc73996 /bazarr.py | |
parent | 8b681d8a151a3b41d3aaa5bfdd7a082bdda7896c (diff) | |
download | bazarr-0f061f21226f91883c841f85ceef31b30981277a.tar.gz bazarr-0f061f21226f91883c841f85ceef31b30981277a.zip |
Include dependencies and remove requirements.txt
Diffstat (limited to 'bazarr.py')
-rw-r--r-- | bazarr.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 * |