mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-18 22:36:51 +00:00
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.log import LOG as log
|
||||||
from deluge import component
|
from deluge import component
|
||||||
from utils import dict_cb
|
from utils import dict_cb
|
||||||
|
from lib import json
|
||||||
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")
|
|
||||||
|
|
||||||
class json_rpc:
|
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 string
|
||||||
import types
|
import types
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user