Fixed lib importing for our custom packages

This commit is contained in:
echel0n 2014-04-22 08:26:08 -07:00
commit f185e6903b
11 changed files with 22 additions and 19 deletions

View file

@ -1,7 +1,8 @@
import os
import time
import requests
import nzbtomedia
from lib import requests
from nzbtomedia.nzbToMediaUtil import convert_to_ascii, joinPath
from nzbtomedia import logger