disable use of cjson for now because oddities have been seen in mod_python (potential...
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 7 May 2008 17:26:08 +0000 (17:26 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 7 May 2008 17:26:08 +0000 (17:26 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1318 9efc2488-bf62-4759-914b-345cdb29e865

src/python/osrf/json.py

index 95babf6..198ffb5 100644 (file)
@@ -10,6 +10,8 @@ try:
 except ImportError:
     _use_cjson = False
 
+_use_cjson = False
+
 class NetworkEncoder(simplejson.JSONEncoder):
     ''' Encoder used by simplejson '''
     def default(self, obj):