Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/report.py')
-rw-r--r--scripts/report.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/report.py b/scripts/report.py
index 0ac8659..3617ee2 100644
--- a/scripts/report.py
+++ b/scripts/report.py
@@ -183,9 +183,4 @@ try:
register_command(cmd_report)
except ImportError:
- try:
- import cjson as json
- json.read = json.decode
- json.write = json.encode
- except ImportError:
- print 'Disable report, neither json-py nor python-cjson are not installed.'
+ print 'Disable report, json-py is not installed.'