api: add json to demandimport.ignore list
    
        | author | André Sintzoff <andre.sintzoff@gmail.com> | 
    
        | date | Wed, 14 Jul 2010 15:02:35 +0200 | 
    
    
        | parents | 374353580a16 | 
    
        | children | 37378ae56a2f | 
    
        | branches/tags | (none) | 
    
        | files | review/api.py | 
Changes
    
--- a/review/api.py	Tue Jul 13 16:41:19 2010 -0400
+++ b/review/api.py	Wed Jul 14 15:02:35 2010 +0200
@@ -8,6 +8,8 @@
 from mercurial import cmdutil, error, hg, patch, util
 from mercurial.node import hex
 from mercurial import ui as _ui
+from mercurial import demandimport
+demandimport.ignore.append('json')
 
 try:
     from os.path import relpath