mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fixed lib importing for our custom packages
This commit is contained in:
parent
2f7ee9ff08
commit
f185e6903b
11 changed files with 22 additions and 19 deletions
|
@ -20,7 +20,7 @@ import sys
|
|||
from codecs import BOM_UTF8, BOM_UTF16, BOM_UTF16_BE, BOM_UTF16_LE
|
||||
|
||||
# imported lazily to avoid startup performance hit if it isn't used
|
||||
from lib import six
|
||||
import six
|
||||
|
||||
compiler = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue