Skip to content
Snippets Groups Projects
Commit 4f58544c918e authored by Bob Ippolito's avatar Bob Ippolito
Browse files

unused

git-svn-id: http://simplejson.googlecode.com/svn/trunk@28 a4795897-2c25-0410-b006-0d3caba88fa1
parent 3b87352ff22a
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
""" """
import re import re
# this should match any kind of infinity
ESCAPE = re.compile(r'[\x00-\x19\\"\b\f\n\r\t]') ESCAPE = re.compile(r'[\x00-\x19\\"\b\f\n\r\t]')
ESCAPE_ASCII = re.compile(r'([\\"/]|[^\ -~])') ESCAPE_ASCII = re.compile(r'([\\"/]|[^\ -~])')
ESCAPE_DCT = { ESCAPE_DCT = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment