move json.py to /lib
This commit is contained in:
parent
fd449c4b0c
commit
7427389739
|
@ -47,12 +47,7 @@ from deluge.ui.client import sclient,aclient
|
|||
from deluge.log import LOG as log
|
||||
from deluge import component
|
||||
from utils import dict_cb
|
||||
|
||||
from page_decorators import check_session
|
||||
try:
|
||||
import json #it's early enough to force people to install this
|
||||
except:
|
||||
raise Exception("please install python-json")
|
||||
from lib import json
|
||||
|
||||
class json_rpc:
|
||||
"""
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#mvoncken 2008: added complete LGPL licesnse to this file to ease distribution
|
||||
#mvoncken 2008: added complete LGPL to this file to ease distribution
|
||||
import string
|
||||
import types
|
||||
|
Loading…
Reference in New Issue