Skip to content
Snippets Groups Projects
Commit dd68fe81af5c authored by Bob Ippolito's avatar Bob Ippolito
Browse files
parent 4fa466fd79bf
Branches
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
if __name__ == '__main__': if __name__ == '__main__':
import warnings import warnings
warnings.warn('python -msimplejson is deprecated, use python -msiplejson.tool', DeprecationWarning) warnings.warn('python -msimplejson is deprecated, use python -msimplejson.tool', DeprecationWarning)
from simplejson.decoder import JSONDecoder from simplejson.decoder import JSONDecoder
from simplejson.encoder import JSONEncoder from simplejson.encoder import JSONEncoder
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment