|  | @@ -1,5 +1,5 @@
 | 
	
		
			
				|  |  | -from django.shortcuts import HttpResponse
 | 
	
		
			
				|  |  |  import simplejson as json
 | 
	
		
			
				|  |  | +from django.shortcuts import HttpResponse
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  class ResponseObject(object):
 | 
	
	
		
			
				|  | @@ -258,4 +258,4 @@ class ResponseObject(object):
 | 
	
		
			
				|  |  |          if res is None:
 | 
	
		
			
				|  |  |              res = {}
 | 
	
		
			
				|  |  |          result = self.formal(code, res)
 | 
	
		
			
				|  |  | -        return HttpResponse(result, content_type='application/json,charset=utf-8')
 | 
	
		
			
				|  |  | +        return HttpResponse(result)
 |