mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Stupid typos -- ImporError.
This commit is contained in:
parent
39a23cc1e3
commit
178f58a17e
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ NEWFILENAME = "faq%02d.%03d.htp"
|
|||
|
||||
try:
|
||||
from faqcust import *
|
||||
except ImporError:
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
# Calculated parameter names
|
||||
|
@ -82,7 +82,7 @@ FAQNAME = SHORTNAME + " FAQ" # Name of the FAQ
|
|||
|
||||
try:
|
||||
from faqcust import *
|
||||
except ImporError:
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue