diff rhodecode/controllers/home.py @ 3705:f37d7514e7ab beta

always use json from compat module
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 19:55:30 +0200
parents 260a7a01b054
children b950b884ab87
line wrap: on
line diff
--- a/rhodecode/controllers/home.py	Sun Apr 07 19:09:52 2013 +0200
+++ b/rhodecode/controllers/home.py	Sun Apr 07 19:55:30 2013 +0200
@@ -32,7 +32,7 @@
 
 import rhodecode
 from rhodecode.lib import helpers as h
-from rhodecode.lib.ext_json import json
+from rhodecode.lib.compat import json
 from rhodecode.lib.auth import LoginRequired
 from rhodecode.lib.base import BaseController, render
 from rhodecode.model.db import Repository