move json.py to /lib

This commit is contained in:
Martijn Voncken 2008-07-03 19:32:52 +00:00
parent fd449c4b0c
commit 7427389739
2 changed files with 2 additions and 7 deletions

View File

@ -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:
"""

View File

@ -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