Skip to content

Commit

Permalink
Fix an import conflict with simplejson
Browse files Browse the repository at this point in the history
  • Loading branch information
midgetspy committed Jan 28, 2011
1 parent 57ada60 commit d9d85de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplejson/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
import re
try:
from simplejson._speedups import make_scanner as c_make_scanner
from lib.simplejson._speedups import make_scanner as c_make_scanner
except ImportError:
c_make_scanner = None

Expand Down

0 comments on commit d9d85de

Please sign in to comment.