6 lines
112 B
Python
6 lines
112 B
Python
r"""
|
|
Stub simplejson library that just imports the version provided by the system
|
|
"""
|
|
|
|
from simplejson import *
|