mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Fix relative import
This commit is contained in:
parent
f26f017cc8
commit
ec95829a37
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@ import urllib
|
|||
import urllib2
|
||||
import urlparse
|
||||
|
||||
from .upload import MultiPartForm
|
||||
|
||||
try:
|
||||
import json
|
||||
except ImportError:
|
||||
import simplejson as json
|
||||
|
||||
from upload import MultiPartForm
|
||||
|
||||
class UTorrentClient(object):
|
||||
|
||||
def __init__(self, base_url, username, password):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue