mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
omnijson for tests
This commit is contained in:
+2
-4
@@ -5,10 +5,8 @@ from __future__ import with_statement
|
||||
|
||||
import unittest
|
||||
import cookielib
|
||||
try:
|
||||
import simplejson as json
|
||||
except ImportError:
|
||||
import json
|
||||
|
||||
import omnijson as json
|
||||
|
||||
import requests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user