mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-29 16:47:37 +03:00
pySim-prog.py: pyflakes doesn't find Importerror..
Importerror -> ImportError, spotted by pyflakes.
This commit is contained in:
@@ -33,7 +33,7 @@ import sys
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
import json
|
import json
|
||||||
except Importerror:
|
except ImportError:
|
||||||
# Python < 2.5
|
# Python < 2.5
|
||||||
import simplejson as json
|
import simplejson as json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user