mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix module name.
This commit is contained in:
parent
1436e8dd4d
commit
fae1b82d7d
@ -40,7 +40,7 @@ try:
|
||||
import json
|
||||
except ImportError:
|
||||
try:
|
||||
import ssimplejson as json
|
||||
import simplejson as json
|
||||
except ImportError:
|
||||
json = None
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user