Fix module name.

This commit is contained in:
Georg Brandl 2008-11-08 12:24:27 +01:00
parent 1436e8dd4d
commit fae1b82d7d

View File

@ -40,7 +40,7 @@ try:
import json
except ImportError:
try:
import ssimplejson as json
import simplejson as json
except ImportError:
json = None