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
|
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
|
# imported lazily to avoid startup performance hit if it isn't used
|
||||||
|
from lib import six
|
||||||
|
|
||||||
compiler = None
|
compiler = None
|
||||||
|
|
||||||
# A dictionary mapping BOM to
|
# A dictionary mapping BOM to
|
||||||
|
|
2619
lib/pkg_resources.py
Normal file
2619
lib/pkg_resources.py
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue