Private GIT

Skip to content
Snippets Groups Projects
Commit 561e51ff authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Attempted fix for conflicting library imports

parent 0532823d
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@ import re
import sys
import struct
from simplejson.scanner import make_scanner
from scanner import make_scanner
try:
from simplejson._speedups import scanstring as c_scanstring
from _speedups import scanstring as c_scanstring
except ImportError:
c_scanstring = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment