mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-16 18:38:32 +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:
|
||||
import json
|
||||
except Importerror:
|
||||
except ImportError:
|
||||
# Python < 2.5
|
||||
import simplejson as json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user