pySim-prog.py: pyflakes doesn't find Importerror..

Importerror -> ImportError, spotted by pyflakes.
This commit is contained in:
Holger Hans Peter Freyther
2011-11-22 21:18:06 +01:00
parent 50e7c03816
commit 5dffefbf0c

View File

@@ -33,7 +33,7 @@ import sys
try:
import json
except Importerror:
except ImportError:
# Python < 2.5
import simplejson as json