Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
simplejson
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
simplejson
Commits
dd68fe81af5c
Commit
dd68fe81af5c
authored
16 years ago
by
Bob Ippolito
Browse files
Options
Downloads
Patches
Plain Diff
http://code.google.com/p/simplejson/issues/detail?id=26
git-svn-id:
http://simplejson.googlecode.com/svn/trunk@141
a4795897-2c25-0410-b006-0d3caba88fa1
parent
4fa466fd79bf
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
simplejson/__init__.py
+1
-1
1 addition, 1 deletion
simplejson/__init__.py
with
1 addition
and
1 deletion
simplejson/__init__.py
+
1
−
1
View file @
dd68fe81
...
@@ -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 -msi
m
plejson.tool
'
,
DeprecationWarning
)
from
simplejson.decoder
import
JSONDecoder
from
simplejson.decoder
import
JSONDecoder
from
simplejson.encoder
import
JSONEncoder
from
simplejson.encoder
import
JSONEncoder
else
:
else
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment