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

fix warning for Python 2.5

git-svn-id: http://simplejson.googlecode.com/svn/trunk@31 a4795897-2c25-0410-b006-0d3caba88fa1
parent 2078acfdf5bd
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
""" """
import sre_parse, sre_compile, sre_constants import sre_parse, sre_compile, sre_constants
from sre_constants import BRANCH, SUBPATTERN from sre_constants import BRANCH, SUBPATTERN
from sre import VERBOSE, MULTILINE, DOTALL from re import VERBOSE, MULTILINE, DOTALL
import re import re
__all__ = ['Scanner', 'pattern'] __all__ = ['Scanner', 'pattern']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment