mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
Fixes for lib importing
This commit is contained in:
parent
dbfae9899b
commit
bc7847522e
3 changed files with 2621 additions and 3 deletions
|
@ -19,10 +19,9 @@ import sys
|
|||
|
||||
from codecs import BOM_UTF8, BOM_UTF16, BOM_UTF16_BE, BOM_UTF16_LE
|
||||
|
||||
import six
|
||||
from _version import __version__
|
||||
|
||||
# imported lazily to avoid startup performance hit if it isn't used
|
||||
from lib import six
|
||||
|
||||
compiler = None
|
||||
|
||||
# A dictionary mapping BOM to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue